compose-development #92
@ -11,6 +11,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
|
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
|
||||||
RAILS_ENV: development
|
RAILS_ENV: development
|
||||||
|
volumes:
|
||||||
|
- .:/rails
|
||||||
workers:
|
workers:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
@ -22,6 +24,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
|
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
|
||||||
RAILS_ENV: development
|
RAILS_ENV: development
|
||||||
|
volumes:
|
||||||
|
- .:/rails
|
||||||
frontend:
|
frontend:
|
||||||
build: ../wedding-planner-frontend
|
build: ../wedding-planner-frontend
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user