utopia-ui/docker-compose.yml
Ulf Gebhardt c8b994796b
fix everything
- fix all autofixable problems
- fix all other errors by a file-wide ignore
2025-03-16 02:05:18 +01:00

21 lines
388 B
YAML

services:
server:
image: cupcakearmy/static
restart: unless-stopped
ports:
- 8080:80
volumes:
- ./dist:/srv:ro
backend:
container_name: backend
build:
context: ./backend
ports:
- 8055:8055
environment:
- SECRET=SECRET
- PUBLIC_URL=http://localhost
- ADMIN_EMAIL=admin@it4c.dev
- ADMIN_PASSWORD=admin123