Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
34adb01cbb | ||
|
|
212a37f8dc |
@@ -1,2 +1,2 @@
|
|||||||
parameters:
|
parameters:
|
||||||
app.version: '0.1.19'
|
app.version: '0.1.20'
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ POSTGRES_DB=coltura
|
|||||||
POSTGRES_USER=coltura
|
POSTGRES_USER=coltura
|
||||||
POSTGRES_PASSWORD=CHANGE_ME_IN_PRODUCTION
|
POSTGRES_PASSWORD=CHANGE_ME_IN_PRODUCTION
|
||||||
|
|
||||||
APP_PORT=80
|
|
||||||
|
|
||||||
JWT_PASSPHRASE=CHANGE_ME_IN_PRODUCTION
|
JWT_PASSPHRASE=CHANGE_ME_IN_PRODUCTION
|
||||||
JWT_COOKIE_SECURE=1
|
JWT_COOKIE_SECURE=1
|
||||||
JWT_TOKEN_TTL=86400
|
JWT_TOKEN_TTL=86400
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
container_name: php-coltura-fpm
|
container_name: php-coltura-fpm
|
||||||
build:
|
build:
|
||||||
context: ../../
|
context: ../../
|
||||||
dockerfile: infra/deploy/Dockerfile
|
dockerfile: infra/prod/Dockerfile
|
||||||
target: php-base
|
target: php-base
|
||||||
environment:
|
environment:
|
||||||
APP_ENV: prod
|
APP_ENV: prod
|
||||||
@@ -19,12 +19,12 @@ services:
|
|||||||
container_name: nginx-coltura
|
container_name: nginx-coltura
|
||||||
build:
|
build:
|
||||||
context: ../../
|
context: ../../
|
||||||
dockerfile: infra/deploy/Dockerfile
|
dockerfile: infra/prod/Dockerfile
|
||||||
target: nginx
|
target: nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
- php
|
- php
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT:-80}:80"
|
- "8086:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
|||||||
Reference in New Issue
Block a user