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