fix: correction to Docker files
This commit is contained in:
@@ -5,13 +5,11 @@ services:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
image: backend_image
|
||||
image: backend
|
||||
container_name: backend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
- .:/app
|
||||
environment:
|
||||
- PORT=3000
|
||||
- DATABASE_URL=postgresql://postgres:postgres@postgres:5432/postgres
|
||||
|
||||
Reference in New Issue
Block a user