Adição de migrations #1
@ -4,14 +4,14 @@ services:
|
|||||||
context: ./frontend
|
context: ./frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "4000:3000"
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "3002:3001"
|
- "4001:3001"
|
||||||
env_file:
|
env_file:
|
||||||
- .env.development
|
- .env.development
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -24,7 +24,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env.development
|
- .env.development
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5434:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- pgdata:/var/lib/postgresql/data
|
- pgdata:/var/lib/postgresql/data
|
||||||
- ./database/init:/docker-entrypoint-initdb.d
|
- ./database/init:/docker-entrypoint-initdb.d
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user