Skip to content

Commit

Permalink
Docker-compose (#10)
Browse files Browse the repository at this point in the history
Update docker-compose
  • Loading branch information
eyurtsev authored Feb 21, 2024
1 parent 23ab066 commit 1496ffe
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data

postgres_test:
image: postgres:16
ports:
- "5433:5432" # Expose on different port
environment:
POSTGRES_DB: test
POSTGRES_USER: test_user
POSTGRES_PASSWORD: test_pwd
volumes:
- postgres_test_data:/var/lib/postgresql/data
profiles:
- test # Only start when test profile is active

# For rely on docker compose to spin up postgres
# but developer using docker
# Add backend when we actually need it
Expand All @@ -41,4 +28,3 @@ services:

volumes:
postgres_data:
postgres_test_data:

0 comments on commit 1496ffe

Please sign in to comment.