Skip to content
Snippets Groups Projects
Commit 161929cd authored by Alexander Rudolph's avatar Alexander Rudolph
Browse files

replace with literals

parent 504fad94
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ services:
variables:
TEST_DB_NAME: test
POSTGRES_DB: $POSTGRES_DB
POSTGRES_DB: fahrtenbuch
POSTGRES_HOST: postgres
POSTGRES_USER: $POSTGRES_USER
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DRIVER: postgres
SKIP_PREFLIGHT_CHECK: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment