2024-05-17 10:14:16 -04:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
sermon-notes:
|
2024-05-23 17:45:14 -04:00
|
|
|
container_name: sermon-notes
|
|
|
|
image: ryanprather/sermon-notes:latest
|
2024-05-17 19:25:28 -04:00
|
|
|
command:
|
|
|
|
- "php bin/console doctrine:migrations:migrate --no-interaction"
|
2024-05-23 17:45:14 -04:00
|
|
|
- "bash install.sh"
|
2024-05-17 10:14:16 -04:00
|
|
|
ports:
|
2024-05-23 20:45:45 -04:00
|
|
|
- 80:80
|
2024-05-17 10:14:16 -04:00
|
|
|
volumes:
|
|
|
|
- .:/var/www/html
|