Files
Mickael PAPAMICA Asseline e6e9ccfa11 change images to my cdn
2022-09-02 13:31:54 +02:00

25 lines
851 B
YAML

# Maintainer: Mickael "PAPAMICA" Asseline
# Update: 2022-08-29
#& type: 3
#& title: Scrypted
#& description: Open source home automation for cameras
#& note: Website: <a href='https://www.scrypted.app' target='_blank' rel='noopener'>Scrypted.app</a></br></br>Warning: network mode host used ! </br>Accessible with port: <code>10443</code>
#& categories: SelfHosted, Domotic, PAPAMICA
#& platform: linux
#& logo: https://img.papamica.com/logo/scrypted.png
#% SERVICE: Name of the service (No spaces or points) [scrypted]
#% DATA_LOCATION: Data localization (Example: /apps/service) [/_data/apps]
# Work with Portainer
version: "3.5"
services:
scrypted:
image: koush/scrypted
container_name: $SERVICE
restart: unless-stopped
network_mode: host
volumes:
- $DATA_LOCATION/$SERVICE:/server/volume