1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-20 03:13:05 +02:00
Files
fsfe-local-build/docker-compose.yml
2019-04-29 18:18:59 +02:00

13 lines
197 B
YAML

version: '3'
services:
fsfe-local-build:
build: .
image: fsfe/local-build:1.0
container_name: fsfe-local-build
ports:
- 8000:8000
volumes:
- .:/fsfe-local-build