Refactor app architecture and clean local artifacts
This commit is contained in:
@@ -4,9 +4,9 @@ services:
|
||||
container_name: vtubeawards-postgres
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_DB: vtuber_star_awards_dev
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: ${VTSA_DEV_POSTGRES_DB:-vtuber_star_awards_dev}
|
||||
POSTGRES_USER: ${VTSA_DEV_POSTGRES_USER:-vtsa_dev}
|
||||
POSTGRES_PASSWORD: ${VTSA_DEV_POSTGRES_PASSWORD:-change-me-local-only}
|
||||
ports:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user