Skip to content

Commit

Permalink
Merge pull request #240 from Uninett/uninett.docker_port_cleanup
Browse files Browse the repository at this point in the history
Cleanup docker-compose.yaml
  • Loading branch information
indy-independence authored Dec 3, 2021
2 parents 9a89408 + a3ff77f commit 4d97023
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
#
# CNaaS services
#

cnaas_api:
build:
context: ./api/
Expand Down Expand Up @@ -81,7 +81,7 @@ services:
#
# Databases
#

cnaas_postgres:
build: ./postgres/
volumes:
Expand All @@ -92,11 +92,9 @@ services:
- POSTGRES_USER=cnaas
- POSTGRES_PASSWORD=cnaas
- POSTGRES_DB=cnaas
ports:
- 5432:5432
networks:
- cnaas

cnaas_redis:
build: ./redis/
ports:
Expand Down

0 comments on commit 4d97023

Please sign in to comment.