add container_name

This commit is contained in:
Andreas Knuth 2025-09-19 10:12:42 -05:00
parent 2cac2af5ab
commit f21e01b8f0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
services: services:
mail-admin: mail-admin:
container_name: mail-s3-admin
build: . build: .
ports: ports:
- "3000:3000" - "3000:3000"
@ -10,6 +11,7 @@ services:
- postgres - postgres
postgres: postgres:
container_name: mail-s3-admin-db
image: postgres:latest image: postgres:latest
restart: always restart: always
environment: environment: