.
This commit is contained in:
parent
41d048ecec
commit
0510843444
@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
|
env_file: "stack.env"
|
||||||
image: caddy:alpine
|
image: caddy:alpine
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
volumes:
|
volumes:
|
||||||
@ -13,17 +14,11 @@ services:
|
|||||||
- 13001:13001
|
- 13001:13001
|
||||||
networks:
|
networks:
|
||||||
- reverse_proxy
|
- reverse_proxy
|
||||||
#depends_on:
|
|
||||||
# - backend
|
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
env_file: "stack.env"
|
env_file: "stack.env"
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
container_name: mariadb
|
container_name: mariadb
|
||||||
#healthcheck:
|
|
||||||
# test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
|
||||||
# timeout: 20s
|
|
||||||
# retries: 10
|
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user