compose.yaml erneut hinzugefügt
This commit is contained in:
Executable
+25
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
wordpress:
|
||||
image: wordpress:latest
|
||||
container_name: wordpress_charlotte
|
||||
labels:
|
||||
- wud.watch=true
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1G
|
||||
volumes:
|
||||
- ./data:/var/www/html
|
||||
ports:
|
||||
- 9181:80
|
||||
restart: always
|
||||
environment:
|
||||
- WORDPRESS_DB_HOST=192.168.178.170
|
||||
- WORDPRESS_DB_USER=wp_charlotte
|
||||
- WORDPRESS_DB_PASSWORD=dbpass
|
||||
- WORDPRESS_DB_NAME=wp_charlotte
|
||||
- WORDPRESS_REDIS_HOST=192.168.178.183
|
||||
- WORDPRESS_REDIS_PORT=9379
|
||||
volumes:
|
||||
wp_data: null
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user