Skip to content

Commit

Permalink
fix: closed redis and postgres port forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jul 18, 2024
1 parent 7366aef commit d81c826
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testnets/helder/docker-compose.pbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ services:
redis:
image: redis
restart: unless-stopped
ports:
- '6379:6379'

db:
image: postgres
restart: unless-stopped
volumes:
- 'psql_data:/var/lib/postgresql/data'
ports:
- '5432:5432'
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit d81c826

Please sign in to comment.