Remove network from docker compose
This commit is contained in:
parent
7386a93d57
commit
a3a573ef00
1 changed files with 3 additions and 5 deletions
|
@ -4,14 +4,12 @@ services:
|
|||
api:
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
NODE_ENV: "production"
|
||||
HOST: "0.0.0.0"
|
||||
PORT: 3000
|
||||
API_VERSION: 1
|
||||
ALLOWED_ORIGINS: "http://localhost:3000,https://jusemon.com"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: default-network
|
||||
external: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue