adding frontend to cicd
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Successful in 19s
Build and Deploy Backend / Build (Backend) (push) Has been cancelled
Build and Deploy Backend / Build Native Android App (EAS) (push) Has been cancelled
Build and Deploy Backend / Deploy to Host (push) Has been cancelled
Build and Deploy Backend / Build (Frontend Web) (push) Has been cancelled
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Successful in 19s
Build and Deploy Backend / Build (Backend) (push) Has been cancelled
Build and Deploy Backend / Build Native Android App (EAS) (push) Has been cancelled
Build and Deploy Backend / Deploy to Host (push) Has been cancelled
Build and Deploy Backend / Build (Frontend Web) (push) Has been cancelled
This commit is contained in:
@@ -77,12 +77,9 @@ services:
|
||||
|
||||
# ----- Frontend (nginx) ------
|
||||
frontend:
|
||||
image: nginx:1.25-alpine
|
||||
image: ghcr.io/c-d-p/maia-frontend:latest
|
||||
container_name: MAIA_FRONTEND
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /srv/docker/container/MAIA/frontend/dist:/usr/share/nginx/html:ro # read only
|
||||
- /srv/docker/container/MAIA/frontend/conf/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
networks:
|
||||
- default
|
||||
expose:
|
||||
|
||||
Reference in New Issue
Block a user