Added example repeatable docker-compose file
This commit is contained in:
20
examples/repeatable-docker-compose.yml
Normal file
20
examples/repeatable-docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
eo-services:
|
||||||
|
environment:
|
||||||
|
TZ: America/Chicago
|
||||||
|
NODE_ENV: production
|
||||||
|
API_PREFIX: /
|
||||||
|
image: registry.mortons.site/eo-services:latest
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
|
||||||
|
eo-services-client:
|
||||||
|
environment:
|
||||||
|
TZ: America/Chicago
|
||||||
|
AUTH_PROXY_PASS: https://eo-services.mortons.site/api/auth
|
||||||
|
image: registry.mortons.site/eo-services-client:latest
|
||||||
|
ports:
|
||||||
|
- "18080:80"
|
||||||
Reference in New Issue
Block a user