mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
cupcakearmy's nginx has more configuraion options (you can override the nginx config for example)
27 lines
546 B
YAML
27 lines
546 B
YAML
services:
|
|
server:
|
|
image: cupcakearmy/static
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8080:80
|
|
volumes:
|
|
- ./dist:/srv:ro
|
|
|
|
#services:
|
|
# frontend:
|
|
# image: flashspys/nginx-static
|
|
# container_name: frontend
|
|
# ports:
|
|
# - 8080:80
|
|
# volumes:
|
|
# - ./dist:/static
|
|
#backend:
|
|
# image: directus/directus
|
|
# container_name: backend
|
|
# ports:
|
|
# - 8055:8055
|
|
# environment:
|
|
# - SECRET=SECRET
|
|
# - PUBLIC_URL=http://localhost
|
|
# - ADMIN_EMAIL=admin@it4c.dev
|
|
# - ADMIN_PASSWORD=admin123 |