mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 23:53:14 +02:00
17 lines
390 B
YAML
17 lines
390 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
version: '3.8'
|
|
|
|
services:
|
|
flux:
|
|
image: blackforestlabs/flux:latest
|
|
container_name: flux
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8000:8000"
|
|
|