Skip to content

Commit

Permalink
chore: remove not suggested containers from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschkaSchulz committed Oct 7, 2024
1 parent 4e6062a commit 93c7469
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,4 @@ services:
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: INSECURE_LOCAL_DEVELOPMENT_PASSWORD

box:
image: busybox
volumes:
- /box

web:
build: .
ports:
- "3000:3000"
links:
- postgres
volumes:
- .:/app
volumes_from:
- box
environment:
POSTGRES_PORT_5432_TCP_ADDR: postgres
POSTGRES_PORT_5432_TCP_PORT: 5432
POSTGRES_PASSWORD: INSECURE_LOCAL_DEVELOPMENT_PASSWORD

0 comments on commit 93c7469

Please sign in to comment.