fix: restore host port bindings for host Nginx proxy
This commit is contained in:
@@ -9,6 +9,8 @@ services:
|
|||||||
POSTGRES_DB: strapi
|
POSTGRES_DB: strapi
|
||||||
POSTGRES_USER: strapi
|
POSTGRES_USER: strapi
|
||||||
POSTGRES_PASSWORD: strapi_password_9000
|
POSTGRES_PASSWORD: strapi_password_9000
|
||||||
|
ports:
|
||||||
|
- "9543:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -40,6 +42,8 @@ services:
|
|||||||
ADMIN_JWT_SECRET: "tobemodifiedadminjwt"
|
ADMIN_JWT_SECRET: "tobemodifiedadminjwt"
|
||||||
TRANSFER_TOKEN_SALT: "tobemodifiedtransfertoken"
|
TRANSFER_TOKEN_SALT: "tobemodifiedtransfertoken"
|
||||||
JWT_SECRET: "tobemodifiedjwtsecret"
|
JWT_SECRET: "tobemodifiedjwtsecret"
|
||||||
|
ports:
|
||||||
|
- "9337:1337"
|
||||||
volumes:
|
volumes:
|
||||||
- strapi_uploads:/app/public/uploads
|
- strapi_uploads:/app/public/uploads
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -62,6 +66,8 @@ services:
|
|||||||
ADMIN_USERNAME: admin
|
ADMIN_USERNAME: admin
|
||||||
ADMIN_PASSWORD: admin123
|
ADMIN_PASSWORD: admin123
|
||||||
CORS_ORIGIN: "*"
|
CORS_ORIGIN: "*"
|
||||||
|
ports:
|
||||||
|
- "9305:3005"
|
||||||
volumes:
|
volumes:
|
||||||
- backend_uploads:/app/server/uploads
|
- backend_uploads:/app/server/uploads
|
||||||
- backend_data:/app/server/data
|
- backend_data:/app/server/data
|
||||||
@@ -76,6 +82,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.frontend
|
dockerfile: Dockerfile.frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "9080:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user