Skip to content

Commit

Permalink
core: Updated docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
okbrandon committed Nov 14, 2024
1 parent 1e2894e commit 1e91d25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
restart: always
env_file: .env
volumes:
- ./data_postgres:/var/lib/postgresql/data
- data_postgres:/var/lib/postgresql/data
networks:
- transcendence
ports:
Expand Down Expand Up @@ -83,3 +83,6 @@ services:
networks:
transcendence:
driver: bridge

volumes:
data_postgres:

0 comments on commit 1e91d25

Please sign in to comment.