Skip to content

Commit

Permalink
build: disable some configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Jun 15, 2024
1 parent 9459b22 commit 1db0258
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ services:
context: "."
target: production
image: peratorakka/http_server
depends_on:
- relational_database_server
# depends_on:
# - relational_database_server
container_name: peratorakka_http_server
ports:
- ${HTTP_PORT}:80
networks:
- peratorakka_server_network
# networks:
# - peratorakka_server_network

# relational_database_server:
# image: postgres
Expand All @@ -30,5 +28,5 @@ services:
# volumes:
# - ./stage_database:/var/lib/postgresql/data

networks:
peratorakka_server_network:
# networks:
# peratorakka_server_network:

0 comments on commit 1db0258

Please sign in to comment.