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