Pod backend

This commit is contained in:
Rayan Konecny 2026-04-27 23:47:47 -03:00
parent 2b51885bd2
commit b5d84d4c21

View file

@ -9,6 +9,8 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "3000:3000" - "3000:3000"
env_file:
- .env
environment: environment:
- PORT=3000 - PORT=3000
restart: always restart: always