This commit is contained in:
mike
2025-12-12 09:12:03 +01:00
parent 08908d80d5
commit 92f145e6b3
12 changed files with 1638 additions and 71 deletions

View File

@@ -2,7 +2,7 @@ services:
wapp:
user: "1000:1000"
build:
context: /opt/apps/wapp
context: ${WAPP_APP_ROOT}
dockerfile: Dockerfile
ports:
- "3001:3001"
@@ -10,6 +10,7 @@ services:
restart: unless-stopped
networks:
- traefik_net
- default
environment:
# Server configuration
- PORT=3001
@@ -61,6 +62,8 @@ networks:
traefik_net:
external: true
name: traefik_net
default:
driver: bridge
volumes:
whatsapp-data: