added install script + reworked pipeline
Some checks failed
Tests / Run Go Tests (push) Failing after 18s
Some checks failed
Tests / Run Go Tests (push) Failing after 18s
This commit is contained in:
@@ -6,9 +6,7 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
PGTZ: ${TZ}
|
||||
PGDATA: /var/lib/postgresql/data/pg_data
|
||||
volumes:
|
||||
- ${POSTGRES_PATH}:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user