del db_seed

This commit is contained in:
MaKarin
2026-04-04 19:26:55 +03:00
parent 8c64f612f2
commit de770148c9

View File

@@ -56,22 +56,6 @@ services:
- toir-light - toir-light
- proxy - 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: client:
build: build:
context: ./client context: ./client