docker-script-server/docker-compose.yml
stuzer05 3db3802cb2
Some checks failed
build docker image / docker-build (push) Has been cancelled
Initial
2025-02-04 14:42:48 +02:00

14 lines
362 B
YAML

services:
script-server:
restart: unless-stopped
environment:
- TZ=Europe/Kyiv
ports:
- 5000:5000
volumes:
- ./app/conf.json:/app/conf/conf.json
- ./app/runners/:/app/conf/runners
- ./app/scripts:/app/conf/scripts
image: gitea.stuzer.link/stuzer05/docker-script-server:latest
container_name: script-server