Rename containers: backend -> bookmann, db -> bookmann_db

This commit is contained in:
2026-01-22 17:19:57 -05:00
parent 1239f6033c
commit 9efae205a2
+2
View File
@@ -3,6 +3,7 @@ version: "3.8"
services: services:
db: db:
image: postgres:15-alpine image: postgres:15-alpine
container_name: bookmann_db
environment: environment:
POSTGRES_DB: ebookdb POSTGRES_DB: ebookdb
POSTGRES_USER: postgres POSTGRES_USER: postgres
@@ -24,6 +25,7 @@ services:
build: build:
context: . context: .
dockerfile: ./backend/Dockerfile dockerfile: ./backend/Dockerfile
container_name: bookmann
environment: environment:
DATABASE_HOST: db DATABASE_HOST: db
DATABASE_PORT: 5432 DATABASE_PORT: 5432