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