You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bit4sat/docker-compose.yml

29 lines
377 B
YAML

version: "3.4"
volumes:
redis:
name: bit4sat-data
services:
bit4sat:
image: sp4ke/bit4sat
build:
context: .
environment:
- GO111MODULE=on
deploy:
replicas: 1
volumes:
- $PWD:/src
working_dir: /src
command:
- go
- "run *.go"