gitea-pages/docker-compose.yml
Rui Martins a65bad570b Add docker-compose.yml file
To run the site in docker is now a single command.
2017-08-09 09:57:33 +02:00

11 lines
175 B
YAML

version: '2'
services:
server:
build:
context: .
dockerfile: Dockerfile
image: result/latest
ports:
- "4000:4000"
volumes:
- ".:/src"