mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 13:41:25 +10:00
🚀 release: v3.0.0
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
database:
|
||||
image: postgres
|
||||
container_name: database
|
||||
ports:
|
||||
- '${POSTGRES_PORT}:${POSTGRES_PORT}'
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./scripts/database/initialize.sql:/docker-entrypoint-initdb.d/initialize.sql
|
||||
Reference in New Issue
Block a user