mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-07-05 01:42:39 +00:00
🔧 DB environment moved to docker compose
This commit is contained in:
@ -17,6 +17,8 @@ services:
|
||||
container_name: "ohmyurl-web"
|
||||
build: .
|
||||
image: ohmyurl-web:1.1
|
||||
environment:
|
||||
- DB=postgres
|
||||
env_file:
|
||||
- ./app/config/.env
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user