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
|
driver: local
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# app:
|
app:
|
||||||
# build:
|
build:
|
||||||
# dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
# container_name: sixdegs
|
container_name: sixdegs
|
||||||
# hostname: sixdegs
|
hostname: sixdegs
|
||||||
# networks:
|
networks:
|
||||||
# - public
|
- public
|
||||||
# - private
|
- private
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
# env_file: .env
|
env_file: .env
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - db
|
- db
|
||||||
db:
|
db:
|
||||||
image: memgraph/memgraph:2.18.1
|
image: memgraph/memgraph:2.18.1
|
||||||
container_name: sixdegs-db
|
container_name: sixdegs-db
|
||||||
|
Loading…
Reference in New Issue
Block a user