Skip to content

Commit

Permalink
Remove restarts from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
danniel committed Nov 27, 2024
1 parent f34d146 commit ab6978e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
POSTGRES_DB: "${DATABASE_NAME}"
POSTGRES_USER: "${DATABASE_USER}"
POSTGRES_PASSWORD: "${DATABASE_PASSWORD}"
restart: always
ports:
- "${DATABASE_PORT:-5432}:5432"

Expand All @@ -31,4 +30,3 @@ services:
PYTHONUNBUFFERED: "1"
ports:
- "${WEBAPP_PORT:-8030}:8000"
restart: on-failure

0 comments on commit ab6978e

Please sign in to comment.