mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +01:00
Remove comments from app service section
This commit is contained in:
parent
40ba962e93
commit
56bf447884
24
compose.yml
24
compose.yml
@ -12,18 +12,18 @@ volumes:
|
||||
driver: local
|
||||
|
||||
services:
|
||||
# app:
|
||||
# build:
|
||||
# dockerfile: ./Dockerfile
|
||||
# container_name: sixdegs
|
||||
# hostname: sixdegs
|
||||
# networks:
|
||||
# - public
|
||||
# - private
|
||||
# restart: unless-stopped
|
||||
# env_file: .env
|
||||
# depends_on:
|
||||
# - db
|
||||
app:
|
||||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
container_name: sixdegs
|
||||
hostname: sixdegs
|
||||
networks:
|
||||
- public
|
||||
- private
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
image: memgraph/memgraph:2.18.1
|
||||
container_name: sixdegs-db
|
||||
|
Loading…
Reference in New Issue
Block a user