Remove comments from app service section

This commit is contained in:
Maciej Pędzich 2024-07-27 17:35:56 +02:00
parent 40ba962e93
commit 56bf447884
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D

View File

@ -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