This commit is contained in:
SergeantPanda 2025-02-22 21:03:38 -06:00
commit e8d7e80f8e
22 changed files with 699 additions and 824 deletions

View file

@ -11,6 +11,8 @@ services:
- redis
volumes:
- ../:/app
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- POSTGRES_HOST=db
- POSTGRES_DB=dispatcharr
@ -29,6 +31,8 @@ services:
- redis
volumes:
- ../:/app
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- POSTGRES_HOST=localhost
- POSTGRES_DB=dispatcharr
@ -58,16 +62,5 @@ services:
image: redis:latest
container_name: dispatcharr_redis
# You can add an Nginx or Traefik service here for SSL
# nginx:
# image: nginx:alpine
# container_name: dispatcharr_nginx
# ports:
# - "80:80"
# - "443:443"
# depends_on:
# - web
volumes:
postgres_data: