remove separate ui service, serve ui with backend
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
@ -1,19 +1,6 @@
|
||||
services:
|
||||
ui:
|
||||
build: ./ui
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
backend:
|
||||
condition: service_started
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://0.0.0.0:3000"]
|
||||
interval: 2s
|
||||
retries: 3
|
||||
timeout: 5s
|
||||
|
||||
backend:
|
||||
build: ./backend
|
||||
server:
|
||||
build: ./
|
||||
ports:
|
||||
- "7000:7000"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user