Refactor
All checks were successful
build docker image / docker-build (push) Successful in 47s

This commit is contained in:
2025-02-13 19:03:02 +02:00
parent fb7324d348
commit e18452f2b6
6 changed files with 16 additions and 14 deletions

View File

@ -2,12 +2,11 @@ services:
script-server:
restart: unless-stopped
environment:
- TZ=Europe/Kyiv
ports:
- 5000:5000
- PYTHONUNBUFFERED=1
volumes:
- ./app/conf.json:/app/conf/conf.json
- ./app/runners:/app/conf/runners
- ./app/scripts:/app/conf/scripts
- /var/run/docker.sock:/var/run/docker.sock
- ./data-conf:/app/conf
- ./data-scripts:/app/scripts
- ./data-logs:/app/logs
image: gitea.stuzer.link/stuzer05/docker-script-server:latest
container_name: script-server
container_name: script-server