first commit
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
pickup-config-app:
|
||||
build: .
|
||||
ports:
|
||||
- "3005:3000"
|
||||
env_file:
|
||||
- .env # Lädt Umgebungsvariablen aus der .env-Datei
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config:/app/config # Für persistente Konfiguration
|
||||
networks:
|
||||
- nginx-proxy-manager_default
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=false
|
||||
networks:
|
||||
nginx-proxy-manager_default:
|
||||
external: true # Verbindung zu einem bestehenden Netzwerk (optional)
|
||||
Reference in New Issue
Block a user