This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
e621-sdk-go/docker-compose.yaml
daskadse 8cf25e2ac9 added dockerfile and compose config (#1)
Co-authored-by: Patrick Kauls <patrick@kauls.xyz>
Reviewed-on: fenpaws/e621-to-graph#1
2023-06-22 09:12:43 +00:00

9 lines
107 B
YAML

services:
app:
restart: unless-stopped
build: .
ports:
- 8080:8080
env_file: .env