mirror of
https://github.com/TxtDot/webder.git
synced 2024-11-05 21:24:00 +03:00
11 lines
171 B
YAML
11 lines
171 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
txtdot:
|
||
|
image: ghcr.io/txtdot/webder:latest
|
||
|
ports:
|
||
|
- "8080:8080"
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ".env:/app/.env"
|