del db_seed
This commit is contained in:
@@ -56,22 +56,6 @@ services:
|
||||
- toir-light
|
||||
- proxy
|
||||
|
||||
db-seed:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: db-seed/Dockerfile
|
||||
container_name: toir-light-db-seed
|
||||
restart: "no"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
PGPASSWORD: ${POSTGRES_PASSWORD:-change-me}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
POSTGRES_DB: ${POSTGRES_DB:-toir}
|
||||
networks:
|
||||
- toir-light
|
||||
|
||||
client:
|
||||
build:
|
||||
context: ./client
|
||||
|
||||
Reference in New Issue
Block a user