Initial commit.
This commit is contained in:
15
imagora-infrastructure/docker/docker-compose.yaml
Normal file
15
imagora-infrastructure/docker/docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
imagora_database:
|
||||
image: postgres:17
|
||||
container_name: imagora_database
|
||||
environment:
|
||||
POSTGRES_USER: imagora_admin
|
||||
POSTGRES_PASSWORD: P@ssword!
|
||||
POSTGRES_DB: imagora_database
|
||||
ports:
|
||||
- "11979:5432"
|
||||
volumes:
|
||||
- "./postgres_data:/var/lib/postgresql/data"
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
Reference in New Issue
Block a user