You've already forked docker-script-server
Update docker-compose
All checks were successful
build docker image / docker-build (push) Successful in 56s
All checks were successful
build docker image / docker-build (push) Successful in 56s
This commit is contained in:
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Reference in New Issue
Block a user