mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
11 lines
194 B
YAML
11 lines
194 B
YAML
|
services:
|
||
|
app:
|
||
|
image: kou029w/quot-app
|
||
|
build: "."
|
||
|
restart: unless-stopped
|
||
|
init: true
|
||
|
user: ${UID:-1000}:${GID:-1000}
|
||
|
ports: ["8080:8080"]
|
||
|
volumes:
|
||
|
- ".:/app"
|