Simple name for postgres container

This commit is contained in:
shockrah 2024-11-24 16:01:42 -08:00
parent df978d7250
commit 57c2241e12

View File

@ -2,6 +2,7 @@ services:
postgres:
image: postgres
restart: always
container_name: bubble-postgres
environment:
POSTGRES_USER: "${POSTGRES_USER}"
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"