mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
made a lot of changes to accomodate running the same app for differnt projects.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
# https://hub.docker.com/r/mailtrain/mailtrain
|
||||
mailtrain:
|
||||
environment:
|
||||
- URL_BASE_TRUSTED
|
||||
- URL_BASE_SANDBOX
|
||||
- URL_BASE_PUBLIC
|
||||
Reference in New Issue
Block a user