docker-script-server/docker-compose.yaml

14 lines
361 B
YAML
Raw Permalink Normal View History

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