mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-04-17 02:23:13 +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_PASSWORD=
|
||||
POSTGRES_DB=
|
||||
|
@ -17,6 +17,8 @@ services:
|
||||
container_name: "ohmyurl-web"
|
||||
build: .
|
||||
image: ohmyurl-web:1.1
|
||||
environment:
|
||||
- DB=postgres
|
||||
env_file:
|
||||
- ./app/config/.env
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user