mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr
This commit is contained in:
commit
e8d7e80f8e
22 changed files with 699 additions and 824 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue