Skip to content

Commit cde18a9

Browse files
authored
fix(postgres): allow container to stop if it exits successfully
1 parent 8b20d9b commit cde18a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/docker-compose.app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ services:
775775
- traefik.enable=false
776776
replicas: 1
777777
restart_policy:
778-
condition: none
778+
condition: on-failure
779779
environment:
780780
- POSTGRES_USER=${POSTGRES_USER}
781781
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}

0 commit comments

Comments
 (0)