minified compose file

This commit is contained in:
2022-07-07 16:54:44 +03:00
parent 7dbb9e2b91
commit afbbc1f573

View File

@ -29,64 +29,12 @@ services:
- ./projects/72_lv:/var/www/72_lv:ro
depends_on:
- default_web_app
- fuelkeeper
- books
- datne
- cloud
- yopass
- certbot
- registry
- gitea
- 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:
build:
context: ./projects/default
@ -145,12 +93,6 @@ services:
env_file:
- .env_certbot
registry:
image: registry:2
restart: unless-stopped
volumes:
- registry:/var/lib/registry
gitea:
image: gitea/gitea:latest-rootless
restart: always