mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
feat: add env in compose
This commit is contained in:
parent
ea8f3323ec
commit
3fd7f1c3fb
@ -8,6 +8,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
ENV: release
|
ENV: release
|
||||||
PORT: ${PORT}
|
PORT: ${PORT}
|
||||||
|
POSTGRES_URL: ${POSTGRES_URL}
|
||||||
deploy:
|
deploy:
|
||||||
mode: global
|
mode: global
|
||||||
placement:
|
placement:
|
||||||
|
Loading…
Reference in New Issue
Block a user