new Dockerfile image and docker-compose

This commit is contained in:
lesion
2022-06-22 17:53:05 +02:00
parent 5d4626ee5e
commit e4e1dd2c6e
6 changed files with 22 additions and 28 deletions

View File

@@ -2,9 +2,8 @@ version: '3'
services:
gancio:
build: .
restart: always
image: gancio
image: cisti/gancio
container_name: gancio
environment:
- PATH=$PATH:/home/node/.yarn/bin
@@ -12,8 +11,6 @@ services:
- NODE_ENV=production
- GANCIO_DB_DIALECT=sqlite
- GANCIO_DB_STORAGE=./gancio.sqlite
entrypoint: /entrypoint.sh
command: gancio start
volumes:
- ./data:/home/node/data
ports: