actually commit mistakenly uncommitted docker-compose files

This commit is contained in:
Gered 2022-01-12 18:14:40 -05:00
parent 4ae2e79d02
commit 1bbf1dd51e
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,13 @@
version: '3'
services:
postgres:
image: postgres:14
restart: always
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: f00b@r!
volumes:
- ./create_db.sql:/docker-entrypoint-initdb.d/init_class_registry.sql

View file

@ -0,0 +1,13 @@
version: '3'
services:
postgres:
image: postgres:14
restart: always
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: f00b@r!
volumes:
- ./create_db.sql:/docker-entrypoint-initdb.d/init_todomvc.sql