compose.yaml erneut hinzugefügt
This commit is contained in:
Executable
+35
@@ -0,0 +1,35 @@
|
||||
services:
|
||||
freshrss:
|
||||
image: freshrss/freshrss:latest
|
||||
container_name: freshrss
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 256M
|
||||
environment:
|
||||
- FRESHRSS_ENV=production
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ='Europe/Berlin'
|
||||
- CRON_MIN=2,17,32,47
|
||||
volumes:
|
||||
- ./data:/var/www/FreshRSS/data
|
||||
- ./extensions:/var/www/FreshRSS/extensions
|
||||
# - ./config:/config
|
||||
# - ./extensions:/extensions
|
||||
# - ./data/:/data
|
||||
ports:
|
||||
- 9280:80
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- cli/health.php
|
||||
timeout: 10s
|
||||
start_period: 60s
|
||||
# start_interval: 11s
|
||||
interval: 75s
|
||||
retries: 3
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user