Skip to content

Commit

Permalink
fix: enable postgres locally by default (and remove deprecated docker…
Browse files Browse the repository at this point in the history
… compose version)
  • Loading branch information
crankynetman committed Oct 25, 2024
1 parent b5694b8 commit 0400c99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion compose.override.local.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: "3.4"

volumes:
local_postgres_data: {}
Expand Down Expand Up @@ -32,6 +31,8 @@ services:
- local_postgres_data_backups:/backups:z
env_file:
- ./.envs/.local/.postgres
deploy:
replicas: ${POSTGRES_ENABLED:-1}

docs:
image: scram_local_docs
Expand Down
1 change: 0 additions & 1 deletion compose.override.production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '3.4'

volumes:
production_postgres_data: {}
Expand Down
1 change: 0 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '3.4'

services:
django:
Expand Down

0 comments on commit 0400c99

Please sign in to comment.