minified compose file
This commit is contained in:
@ -29,64 +29,12 @@ services:
|
|||||||
- ./projects/72_lv:/var/www/72_lv:ro
|
- ./projects/72_lv:/var/www/72_lv:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- default_web_app
|
- default_web_app
|
||||||
- fuelkeeper
|
|
||||||
- books
|
|
||||||
- datne
|
|
||||||
- cloud
|
- cloud
|
||||||
- yopass
|
- yopass
|
||||||
- certbot
|
- certbot
|
||||||
- registry
|
- gitea
|
||||||
- vardadienas
|
- vardadienas
|
||||||
|
|
||||||
qbit:
|
|
||||||
image: lscr.io/linuxserver/qbittorrent
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1001
|
|
||||||
- TZ=UTC
|
|
||||||
volumes:
|
|
||||||
- qbit_config:/config
|
|
||||||
- ${datne_target}:/downloads
|
|
||||||
ports:
|
|
||||||
- "30000:30000"
|
|
||||||
- "30000:30000/udp"
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
fuelkeeper:
|
|
||||||
image: registry.72.lv/fuelkeeper:latest
|
|
||||||
volumes:
|
|
||||||
- fuelkeeper_static:/app/staticfiles
|
|
||||||
- fuelkeeper_media:/app/fuelkeeper/media
|
|
||||||
env_file: ./projects/fuelkeeper/.env
|
|
||||||
restart: unless-stopped
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges
|
|
||||||
depends_on:
|
|
||||||
- redis
|
|
||||||
- pgdb
|
|
||||||
|
|
||||||
books:
|
|
||||||
image: registry.72.lv/bookkeeping:latest
|
|
||||||
volumes:
|
|
||||||
- books_static:/app/static
|
|
||||||
- books_media:/app/media
|
|
||||||
- ./projects/bookkeeping:/app
|
|
||||||
env_file: ./projects/bookkeeping/.env
|
|
||||||
restart: unless-stopped
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges
|
|
||||||
depends_on:
|
|
||||||
- pgdb
|
|
||||||
|
|
||||||
datne:
|
|
||||||
image: registry.72.lv/datne:latest
|
|
||||||
volumes:
|
|
||||||
- ${datne_media}:/media
|
|
||||||
- ${datne_static}:/app/static
|
|
||||||
restart: unless-stopped
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges
|
|
||||||
|
|
||||||
default_web_app:
|
default_web_app:
|
||||||
build:
|
build:
|
||||||
context: ./projects/default
|
context: ./projects/default
|
||||||
@ -145,12 +93,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env_certbot
|
- .env_certbot
|
||||||
|
|
||||||
registry:
|
|
||||||
image: registry:2
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- registry:/var/lib/registry
|
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:latest-rootless
|
image: gitea/gitea:latest-rootless
|
||||||
restart: always
|
restart: always
|
||||||
|
Reference in New Issue
Block a user