mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-04-20 03:13:05 +02:00
13 lines
197 B
YAML
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
|
|
|