mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-24 00:08:57 +00:00
Update docker-compose.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user