mirror of
https://github.com/Screenly/Anthias.git
synced 2026-01-04 12:18:17 -05:00
12 lines
203 B
YAML
12 lines
203 B
YAML
version: '3'
|
|
services:
|
|
rpi-imager:
|
|
build:
|
|
dockerfile: Dockerfile.rpi-imager
|
|
nginx:
|
|
image: nginx:stable-alpine
|
|
volumes:
|
|
- .:/usr/share/nginx/html:ro
|
|
ports:
|
|
- 8080:80
|