mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
docker-compose for the frontend
Serve static files via nginx from dist folder in docker-compose
This commit is contained in:
parent
b98daf618b
commit
0f64f3200c
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user