diff --git a/.env b/.env index fb1dccd..ac58967 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ VITE_APP_VERSION=1.0.0-alpha -DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia" \ No newline at end of file +DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia" diff --git a/devops/docker-compose.dev.yml b/devops/docker-compose.dev.yml index 21e83c7..e09c787 100644 --- a/devops/docker-compose.dev.yml +++ b/devops/docker-compose.dev.yml @@ -6,4 +6,5 @@ services: - '5432:5432' environment: POSTGRES_USER: hestia - POSTGRES_PASSWORD: test123 \ No newline at end of file + POSTGRES_PASSWORD: test123 + \ No newline at end of file diff --git a/devops/docker-compose.wait.yml b/devops/docker-compose.wait.yml index 0c041e4..7eb2dc4 100644 --- a/devops/docker-compose.wait.yml +++ b/devops/docker-compose.wait.yml @@ -1,3 +1,4 @@ services: wait: - image: dokku/wait \ No newline at end of file + image: dokku/wait + \ No newline at end of file