sdf
This commit is contained in:
parent
90aa70bb9d
commit
5e957ea3f2
1 changed files with 8 additions and 0 deletions
|
|
@ -92,6 +92,10 @@ services:
|
||||||
- "caddy.header=X-Real-IP {http.request.remote.host}"
|
- "caddy.header=X-Real-IP {http.request.remote.host}"
|
||||||
- "caddy.header=X-Forwarded-For {http.request.remote.host}"
|
- "caddy.header=X-Forwarded-For {http.request.remote.host}"
|
||||||
- "caddy.header=Host {http.request.host}"
|
- "caddy.header=Host {http.request.host}"
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.labels.general == true
|
||||||
|
|
||||||
|
|
||||||
wpdb:
|
wpdb:
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
|
@ -105,6 +109,10 @@ services:
|
||||||
- /data/nfs/Baxter/Docker/wp-pnc/sql:/var/lib/mysql
|
- /data/nfs/Baxter/Docker/wp-pnc/sql:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
|
deploy:
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.labels.general == true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
wordpress:
|
wordpress:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue