dfs
This commit is contained in:
parent
2eac0c73e0
commit
f231d2a098
1 changed files with 50 additions and 0 deletions
50
wordpress-classifieds.yaml
Normal file
50
wordpress-classifieds.yaml
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
services:
|
||||||
|
|
||||||
|
wordpress:
|
||||||
|
image: wordpress
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 8091:80
|
||||||
|
environment:
|
||||||
|
WORDPRESS_DB_HOST: wpdb
|
||||||
|
WORDPRESS_DB_USER: traveler
|
||||||
|
WORDPRESS_DB_PASSWORD: F@lcon13
|
||||||
|
WORDPRESS_DB_NAME: wp
|
||||||
|
volumes:
|
||||||
|
- /data/nfs/Baxter/Docker/wp-pnc/wp:/var/www/html
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
deploy:
|
||||||
|
labels:
|
||||||
|
- homepage.group=Application
|
||||||
|
- homepage.name=PNCClassified
|
||||||
|
- homepage.icon=wallos.png
|
||||||
|
- homepage.href=http://classifieds.pncfishandmore.com
|
||||||
|
- homepage.description=Classifies
|
||||||
|
- kuma.wp.http.name="classified"
|
||||||
|
- kuma.wallos.http.url=http://wordpress:80
|
||||||
|
- caddy=classifieds.pncfishandmore.com
|
||||||
|
- caddy.import=authentik
|
||||||
|
- caddy.reverse_proxy="{{upstreams 80}}"
|
||||||
|
|
||||||
|
wpdb:
|
||||||
|
image: mysql:8.0
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MYSQL_DATABASE: wp
|
||||||
|
MYSQL_USER: traveler
|
||||||
|
MYSQL_PASSWORD: F@lcon13
|
||||||
|
MYSQL_RANDOM_ROOT_PASSWORD: '1'
|
||||||
|
volumes:
|
||||||
|
- /data/nfs/Baxter/Docker/wp-pnc/sql:/var/lib/mysql
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
wordpress:
|
||||||
|
db:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue