Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixxed docker-compose for linux
  • Loading branch information
leoseg committed Nov 19, 2024
1 parent 93cac89 commit 11c259a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ version: '3.9'

services:
api:
env_file:
- .env
container_name: bloom-backend
build:
context: .
dockerfile: Dockerfile
environment:
DATABASE_URL: postgres://postgres:postgres@host.docker.internal:35000/bloom
DATABASE_URL: postgres://postgres:postgres@db:5432/bloom
ports:
- 35001:35001
depends_on:
Expand Down

0 comments on commit 11c259a

Please sign in to comment.