2025-02-04 14:42:48 +02:00
|
|
|
services:
|
|
|
|
script-server:
|
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
|
|
- TZ=Europe/Kyiv
|
|
|
|
ports:
|
|
|
|
- 5000:5000
|
|
|
|
volumes:
|
|
|
|
- ./app/conf.json:/app/conf/conf.json
|
2025-02-04 14:43:24 +02:00
|
|
|
- ./app/runners:/app/conf/runners
|
2025-02-04 14:42:48 +02:00
|
|
|
- ./app/scripts:/app/conf/scripts
|
|
|
|
image: gitea.stuzer.link/stuzer05/docker-script-server:latest
|
|
|
|
container_name: script-server
|