concise names for docker containers and links

This commit is contained in:
HTWKalender Team
2024-07-16 14:54:56 -04:00
parent 3f7725e1d6
commit 3895537f4f
5 changed files with 24 additions and 8 deletions

View File

@ -3,7 +3,7 @@ default: &default
pool: 16
username: <%= ENV['POSTGRES_USER'] %>
password: <%= ENV['POSTGRES_PASSWORD'] %>
host: db
host: codeocean-db
development:
<<: *default