shanelord

scrypted portainer stack - docker-compose

Dec 7th, 2021 (edited)
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. version: '3.5'
  2.  
  3. services:
  4. scrypted:
  5. image: koush/scrypted
  6. container_name: scrypted
  7. restart: unless-stopped
  8. network_mode: host
  9. devices:
  10. - dev/dri:dev/dri
  11. environment:
  12. - TZ=Australia/Sydney
  13. - PUID=0
  14. - PGID=0
  15. volumes:
  16. - /var/lib/docker/volumes/scrypted_config/_data:/server/volume
  17. healthcheck:
  18. test: ["CMD", "curl", "-f", "-k", "-L", "https://localhost:10443/"]
  19. interval: 1m30s
  20. timeout: 10s
  21. retries: 3
  22. start_period: 40s
Add Comment
Please, Sign In to add comment