docker compose

This commit is contained in:
2026-01-21 22:05:21 +00:00
parent 0df0baf822
commit 0f764b1239
3 changed files with 39 additions and 7 deletions

View File

@@ -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