Improve docker configs and use web.sik.party:8000 as default backend
This commit is contained in:
@@ -6,3 +6,12 @@ services:
|
||||
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
API_URL: ${API_URL}
|
||||
|
||||
mock-backend:
|
||||
build: .
|
||||
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend-mock-backend
|
||||
ports:
|
||||
- "1234:1234"
|
||||
command: npm run mock-backend
|
||||
|
||||
Reference in New Issue
Block a user