Pod backend
This commit is contained in:
parent
2b51885bd2
commit
b5d84d4c21
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Reference in a new issue