add: default docker-compose files for each database type
This commit is contained in:
11
docker/compose.shared-db.yml
Normal file
11
docker/compose.shared-db.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
sermon-notes:
|
||||
image: gitea.rkprather.com/ryan/sermon-notes:latest
|
||||
container_name: sermon-notes
|
||||
hostname: sermon-notes
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
- ${HTTP_PORT}:80
|
||||
volumes:
|
||||
- ${PWD}/.env:/var/www/html/.env
|
||||
Reference in New Issue
Block a user