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:
|
services:
|
||||||
frontend:
|
server:
|
||||||
image: flashspys/nginx-static
|
image: cupcakearmy/static
|
||||||
container_name: frontend
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./dist:/static
|
- ./dist:/srv:ro
|
||||||
|
|
||||||
|
#services:
|
||||||
|
# frontend:
|
||||||
|
# image: flashspys/nginx-static
|
||||||
|
# container_name: frontend
|
||||||
|
# ports:
|
||||||
|
# - 8080:80
|
||||||
|
# volumes:
|
||||||
|
# - ./dist:/static
|
||||||
#backend:
|
#backend:
|
||||||
# image: directus/directus
|
# image: directus/directus
|
||||||
# container_name: backend
|
# container_name: backend
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user