You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3' |
|
|
|
services: |
|
gancio: |
|
build: . |
|
restart: always |
|
image: gancio:latest |
|
container_name: gancio |
|
command: [ "gancio start --docker --db=sqlite" ] |
|
volumes: |
|
- $GANCIO_DATA_PATH:/opt/gancio |
|
ports: |
|
- "127.0.0.1:$GANCIO_PORT:13120"
|
|
|