Initial VTuber Awards implementation
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16
|
||||
container_name: vtubeawards-postgres
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_DB: vtuber_star_awards_dev
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports:
|
||||
- "5433:5432"
|
||||
volumes:
|
||||
- vtubeawards-postgres-data:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
vtubeawards-postgres-data:
|
||||
Reference in New Issue
Block a user