Vollständiger Umzugr auf offizielles Image
Pfade angepasst
This commit is contained in:
Executable
+32
@@ -0,0 +1,32 @@
|
|||||||
|
services:
|
||||||
|
freshrss:
|
||||||
|
# image: lscr.io/linuxserver/freshrss:latest
|
||||||
|
image: freshrss/freshrss:latest
|
||||||
|
container_name: freshrss
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 256M
|
||||||
|
environment:
|
||||||
|
- 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