Add VPS deployment workflow
This commit is contained in:
parent
280247e1e5
commit
df7e4de7f9
5 changed files with 238 additions and 4 deletions
14
docker-compose.vps.yml
Normal file
14
docker-compose.vps.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
browser-api:
|
||||
networks:
|
||||
- browser-net
|
||||
- lambdalab_frontend
|
||||
|
||||
browser-view-proxy:
|
||||
networks:
|
||||
- browser-net
|
||||
- lambdalab_frontend
|
||||
|
||||
networks:
|
||||
lambdalab_frontend:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue