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