mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
use cupcakearmy/static instead of flashspys/nginx-static
cupcakearmy's nginx has more configuraion options (you can override the nginx config for example)
This commit is contained in:
parent
0f64f3200c
commit
d37ec273ac
@ -1,11 +1,20 @@
|
||||
services:
|
||||
frontend:
|
||||
image: flashspys/nginx-static
|
||||
container_name: frontend
|
||||
server:
|
||||
image: cupcakearmy/static
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- ./dist:/static
|
||||
- ./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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user