mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
14 lines
249 B
YAML
14 lines
249 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
schichtplaner:
|
|
container_name: schichtplaner
|
|
image: ghcr.io/donpat1to/schichtenplaner:v1.0.0
|
|
ports:
|
|
- "3002:3002"
|
|
volumes:
|
|
- app_data:/app/data
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
app_data: |