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