moving to custom swap engine
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
749f9bc8b7
commit
13d802d361
21 changed files with 4361 additions and 225 deletions
|
@ -1,18 +1,18 @@
|
|||
version: '3.9'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:16.1-alpine3.18
|
||||
container_name: arimelody.me-db
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- arimelody-db:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_DB: arimelody
|
||||
POSTGRES_USER: arimelody
|
||||
POSTGRES_PASSWORD: fuckingpassword
|
||||
db:
|
||||
image: postgres:16.1-alpine3.18
|
||||
container_name: arimelody.me-db
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- arimelody-db:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_DB: arimelody
|
||||
POSTGRES_USER: arimelody
|
||||
POSTGRES_PASSWORD: fuckingpassword
|
||||
|
||||
volumes:
|
||||
arimelody-db:
|
||||
external: true
|
||||
arimelody-db:
|
||||
external: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue