fix(infra) : hardcode prod port 8086 like other apps
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
container_name: php-coltura-fpm
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: infra/deploy/Dockerfile
|
||||
dockerfile: infra/prod/Dockerfile
|
||||
target: php-base
|
||||
environment:
|
||||
APP_ENV: prod
|
||||
@@ -19,12 +19,12 @@ services:
|
||||
container_name: nginx-coltura
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: infra/deploy/Dockerfile
|
||||
dockerfile: infra/prod/Dockerfile
|
||||
target: nginx
|
||||
depends_on:
|
||||
- php
|
||||
ports:
|
||||
- "${APP_PORT:-80}:80"
|
||||
- "8086:80"
|
||||
restart: unless-stopped
|
||||
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user