Added bun bundle
This commit is contained in:
@@ -10,9 +10,13 @@ services:
|
||||
- HYPIXELAPIKEY=${HYPIXELAPIKEY}
|
||||
- REDISURI=${REDISURI}
|
||||
- POSTGRESURI=${POSTGRESURI}
|
||||
- PG_USER=${PG_USER}
|
||||
- PG_PASSWORD=${PG_PASSWORD}
|
||||
- PG_HOST=${PG_HOST}
|
||||
- PG_PORT=${PG_PORT}
|
||||
- PG_DATABASE=${PG_DATABASE}
|
||||
depends_on:
|
||||
- db
|
||||
pull_policy: always
|
||||
db:
|
||||
container_name: illegitimate-postgres
|
||||
image: postgres:16.4
|
||||
@@ -22,6 +26,6 @@ services:
|
||||
ports:
|
||||
- 127.0.0.1:5432:5432
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=${PG_PASSWD}
|
||||
- POSTGRES_PASSWORD=${PG_PASSWORD}
|
||||
- POSTGRES_USER=${PG_USER}
|
||||
- POSTGRES_DB=illegitimate
|
||||
- POSTGRES_DB=${PG_DATABASE}
|
||||
|
||||
Reference in New Issue
Block a user