docker compose
This commit is contained in:
@@ -18,11 +18,11 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
image: docker.io/shini89/geradoresfe:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3000:80"
|
||||
depends_on:
|
||||
- geradoresws
|
||||
environment:
|
||||
- REACT_APP_API_URL=http://localhost:5050/
|
||||
- VITE_API_URL=http://localhost:5050/
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user