forked from Github-Mirrors/canaille
14 lines
428 B
YAML
14 lines
428 B
YAML
![]() |
services:
|
||
|
canaille:
|
||
|
build: .
|
||
|
# image: git.shenanigans.cc/globuzma/canaille:latest
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- 5000:5000
|
||
|
volumes:
|
||
|
- ./database:/opt/canaille/database
|
||
|
- ./config.toml:/opt/canaille/config.toml
|
||
|
env:
|
||
|
# For an example config file see : https://canaille.readthedocs.io/en/latest/references/configuration.html#example-file
|
||
|
- CONFIG=/opt/canaille/config.toml
|