Create docker-compose.yml
All checks were successful
Build and push image / Build (push) Successful in 37s

This commit is contained in:
Jack 2025-03-06 21:17:17 +00:00
parent 25e4c14bcc
commit 964a1968a6

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
services:
wednesday-email:
restart: unless-stopped
image: git.tgj.services/thatguyjack/wednesday-emails:latest
environment:
- mysqlhost=
- mysqluser=
- mysqlpass=
- mailhost=
- mailuser=
- mailpass=
depends_on:
- mariadb