Browse Source
revert change to docker-compose.dev.yml
pull/6407/head
anthonybautista-gauntlet
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docker/docker-compose.dev.yml
|
|
|
@ -4,7 +4,7 @@ services: |
|
|
|
extends: |
|
|
|
file: docker-compose.yml |
|
|
|
service: postgres |
|
|
|
container_name: gf-postgres-dev-hl |
|
|
|
container_name: gf-postgres-dev |
|
|
|
ports: |
|
|
|
- ${POSTGRES_PORT:-5432}:5432 |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ services: |
|
|
|
extends: |
|
|
|
file: docker-compose.yml |
|
|
|
service: redis |
|
|
|
container_name: gf-redis-dev-hl |
|
|
|
container_name: gf-redis-dev |
|
|
|
ports: |
|
|
|
- ${REDIS_PORT:-6379}:6379 |
|
|
|
|
|
|
|
|