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:
@@ -1,28 +1,5 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
nordlynx:
|
app:
|
||||||
image: ghcr.io/bubuntux/nordlynx
|
image: 'node'
|
||||||
container_name: nordlynx
|
labels:
|
||||||
cap_add:
|
- caddy_0.basicauth.0_cj=$2a$14$PQEq3Ql.QWIgXcMfXwm.5.4FGc6iKJjXAHez7RQdWeBhmU2CzgUA.
|
||||||
- NET_ADMIN
|
|
||||||
ports:
|
|
||||||
- 3002:3002
|
|
||||||
environment:
|
|
||||||
|
|
||||||
sysctls:
|
|
||||||
|
|
||||||
restart: unless-stopped
|
|
||||||
automation:
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: packages/automation/Dockerfile
|
|
||||||
args:
|
|
||||||
|
|
||||||
network_mode: service:nordlynx
|
|
||||||
volumes:
|
|
||||||
- data:/data
|
|
||||||
depends_on:
|
|
||||||
- nordlynx
|
|
||||||
volumes:
|
|
||||||
data:
|
|
||||||
external: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user