add frontend docker build and deploy and gitea action
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
go-weather:
|
||||
image: gitea.coupxd.com/cody/go-weather:latest
|
||||
env_file:
|
||||
- .env
|
||||
expose:
|
||||
- "8080"
|
||||
|
||||
frontend:
|
||||
image: gitea.coupxd.com/cody/go-weather-frontend:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- go-weather
|
||||
Reference in New Issue
Block a user