mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 05:29:52 +00:00
more cleanup
This commit is contained in:
parent
36a5a9889f
commit
dcde584d10
@ -1,21 +0,0 @@
|
||||
services:
|
||||
frontend:
|
||||
build: frontend
|
||||
ports:
|
||||
- 9090:80
|
||||
environment:
|
||||
- PORT=80
|
||||
- BACKEND_URL=http://localhost:9091
|
||||
backend:
|
||||
build: backend
|
||||
ports:
|
||||
- 9091:80
|
||||
volumes:
|
||||
- ./app-dist:/app-dist
|
||||
environment:
|
||||
- DATABASE_URL
|
||||
- PORT=80
|
||||
- FRONTEND_URL=http://localhost:9090
|
||||
- ENABLE_HOMEPAGE=False
|
||||
- DEBUG=False
|
||||
- APP_DIST_STORAGE=file:///app-dist
|
Loading…
x
Reference in New Issue
Block a user