2
0
Fork 0
textout/docker/docker-compose.yaml

14 lines
244 B
YAML

version: "3.8"
name: textoutpc
services:
app:
restart: on-failure
image: gitea.touhey.org/touhey-packages/textoutpc-demo
build:
context: ..
dockerfile: docker/Dockerfile
target: app
ports:
- "8080:80"