Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
remove ports
Browse files Browse the repository at this point in the history
  • Loading branch information
xDimGG committed Mar 9, 2019
1 parent 0da3fe4 commit 4cea3fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Expand Up @@ -11,13 +11,9 @@ services:
redis:
image: redis:alpine
env_file: env/prod.env
ports:
- 6379:6379
postgres:
image: postgres:alpine
env_file: env/prod.env
ports:
- 5432:5432
volumes:
- pgdata:/var/lib/postgresql/data

Expand Down

0 comments on commit 4cea3fc

Please sign in to comment.