fix: restore expected host ports 9080, 9305, 9337, 9543 for host Nginx
This commit is contained in:
+4
-4
@@ -10,7 +10,7 @@ services:
|
||||
POSTGRES_USER: strapi
|
||||
POSTGRES_PASSWORD: strapi_password_9000
|
||||
ports:
|
||||
- "19543:5432"
|
||||
- "9543:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
TRANSFER_TOKEN_SALT: "tobemodifiedtransfertoken"
|
||||
JWT_SECRET: "tobemodifiedjwtsecret"
|
||||
ports:
|
||||
- "19337:1337"
|
||||
- "9337:1337"
|
||||
volumes:
|
||||
- strapi_uploads:/app/public/uploads
|
||||
depends_on:
|
||||
@@ -67,7 +67,7 @@ services:
|
||||
ADMIN_PASSWORD: admin123
|
||||
CORS_ORIGIN: "*"
|
||||
ports:
|
||||
- "19305:3005"
|
||||
- "9305:3005"
|
||||
volumes:
|
||||
- backend_uploads:/app/server/uploads
|
||||
- backend_data:/app/server/data
|
||||
@@ -83,7 +83,7 @@ services:
|
||||
dockerfile: Dockerfile.frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "19080:80"
|
||||
- "9080:80"
|
||||
depends_on:
|
||||
- backend
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user