diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-16 18:20:07 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-16 18:20:07 +0000 |
commit | 21b33c3e86aa2bdba726bc527f5ba306812cf68e (patch) | |
tree | 9ace98da24395103bc3b8b7bad6409b818a8b089 /docker-compose.yaml | |
parent | wip (diff) | |
download | mdrtl-21b33c3e86aa2bdba726bc527f5ba306812cf68e.tar.gz mdrtl-21b33c3e86aa2bdba726bc527f5ba306812cf68e.zip |
daily commit.wip
Diffstat (limited to '')
-rw-r--r-- | docker-compose.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index a357384..27bb3d0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -12,6 +12,7 @@ services: - ALL environment: - DOCKER_DEPLOYMENT_TYPE=deployment + # restart: unless-stopped postgres: image: postgres:14-alpine networks: @@ -30,6 +31,7 @@ services: - pg_user_secret - pg_initdb_args_secret - pg_db_secret + # restart: unless-stopped networks: springnet: volumes: |