Initial commit: Digital Home dashboard
This commit is contained in:
24
docker-compose.yml
Normal file
24
docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
networks:
|
||||
coolify:
|
||||
third-party: true
|
||||
|
||||
services:
|
||||
dashboard:
|
||||
build: .
|
||||
ports:
|
||||
- "3005:3000"
|
||||
environment:
|
||||
- NEXTAUTH_SECRET=digital-home-jwt-secret-2026-cosmo
|
||||
- NEXTAUTH_URL=https://home.digital-home.site
|
||||
- NODE_ENV=production
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- coolify
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.docker.network=coolify
|
||||
- traefik.http.routers.dh-dashboard.rule=Host(`home.digital-home.site`)
|
||||
- traefik.http.routers.dh-dashboard.entrypoints=websecure
|
||||
- traefik.http.routers.dh-dashboard.tls=true
|
||||
- traefik.http.routers.dh-dashboard.tls.certresolver=letsencrypt
|
||||
- traefik.http.services.dh-dashboard.loadbalancer.server.port=3000
|
||||
Reference in New Issue
Block a user