mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-04-21 19:37:47 +00:00
🔧 DB environment moved to docker compose
This commit is contained in:
parent
f59cb4f927
commit
61bbc01fd7
@ -1,4 +1,3 @@
|
|||||||
DB=postgres
|
|
||||||
POSTGRES_USER=
|
POSTGRES_USER=
|
||||||
POSTGRES_PASSWORD=
|
POSTGRES_PASSWORD=
|
||||||
POSTGRES_DB=
|
POSTGRES_DB=
|
||||||
|
@ -17,6 +17,8 @@ services:
|
|||||||
container_name: "ohmyurl-web"
|
container_name: "ohmyurl-web"
|
||||||
build: .
|
build: .
|
||||||
image: ohmyurl-web:1.1
|
image: ohmyurl-web:1.1
|
||||||
|
environment:
|
||||||
|
- DB=postgres
|
||||||
env_file:
|
env_file:
|
||||||
- ./app/config/.env
|
- ./app/config/.env
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user