Update docker-compose.yaml

This commit is contained in:
Andras Bacsai
2024-03-21 15:30:32 +01:00
committed by GitHub
parent 9a09e95be6
commit 81b1807daf

View File

@@ -8,16 +8,16 @@ services:
ports: ports:
- 3002:3002 - 3002:3002
environment: environment:
# REDACTED
sysctls: sysctls:
# REDACTED
restart: unless-stopped restart: unless-stopped
automation: automation:
build: build:
context: . context: .
dockerfile: packages/automation/Dockerfile dockerfile: packages/automation/Dockerfile
args: args:
# REDACTED
network_mode: service:nordlynx network_mode: service:nordlynx
volumes: volumes:
- data:/data - data:/data