Wordpress für Charlotte erzeugt
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
|||||||
|
services:
|
||||||
|
wordpress:
|
||||||
|
image: wordpress:latest
|
||||||
|
container_name: wordpress_charlotte
|
||||||
|
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