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:
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
|
Reference in New Issue
Block a user