mirror of
https://github.com/Steffo99/emblematic.git
synced 2024-11-22 06:44:19 +00:00
9 lines
171 B
YAML
9 lines
171 B
YAML
|
version: "3.9"
|
||
|
|
||
|
services:
|
||
|
emblematic:
|
||
|
image: "ghcr.io/Steffo99/emblematic:latest"
|
||
|
restart: unless-stopped
|
||
|
env_file:
|
||
|
- "stack.env"
|