.
This commit is contained in:
parent
ca5358509a
commit
042210d3cc
@ -29,6 +29,12 @@ services:
|
||||
networks:
|
||||
- private
|
||||
|
||||
wait-for-db:
|
||||
image: atkrad/wait4x
|
||||
depends_on:
|
||||
- mariadb
|
||||
command: tcp db:3306 -t 30s -i 250ms
|
||||
|
||||
phpmyadmin:
|
||||
env_file: "stack.env"
|
||||
image: phpmyadmin/phpmyadmin
|
||||
@ -57,8 +63,8 @@ services:
|
||||
- private
|
||||
- reverse_proxy
|
||||
depends_on:
|
||||
- mariadb
|
||||
#condition: service_healthy
|
||||
wait-for-db:
|
||||
condition: service_completed_successfully
|
||||
restart: on-failure
|
||||
|
||||
volumes:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user