Create docker-compose.yml
All checks were successful
Build and push image / Build (push) Successful in 37s
All checks were successful
Build and push image / Build (push) Successful in 37s
This commit is contained in:
parent
25e4c14bcc
commit
964a1968a6
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user