martiLQ/source/golang/server/docker-compose.yml

16 lines
256 B
YAML
Raw Permalink Normal View History

2021-11-24 11:58:11 +00:00
version: '3.7'
services:
web:
hostname: martilq-web
image: martilq-go-server:latest
2021-11-28 12:27:57 +00:00
container_name: martilq-web
2021-11-24 11:58:11 +00:00
ports:
- 8080:8080
volumes:
- ./src/data:/martilq/data
- ./src/docs:/martilq/docs