diff --git a/docker-compose.yml b/docker-compose.yml index 34d8ff5..ed63d6b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 +