Skip to content

Commit

Permalink
build: rename server network
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 10, 2023
1 parent 3a4c96a commit ff0959f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- APACHE_RUN_USER=#1000
- APACHE_RUN_GROUP=#1000
networks:
- peratorakka_server
- peratorakka_server_network

relational_database_server:
image: postgres
Expand All @@ -29,10 +29,9 @@ services:
POSTGRES_USER: ${RELATIONAL_DATABASE_USERNAME}
POSTGRES_PASSWORD: ${RELATIONAL_DATABASE_PASSWORD}
networks:
- peratorakka_server
- peratorakka_server_network
volumes:
- ${RELATIONAL_DATABASE_DIRECTORY}:/var/lib/postgresql/data

networks:
peratorakka_server:
name: peratorakka_server-network
- peratorakka_server_network

0 comments on commit ff0959f

Please sign in to comment.