Added example repeatable docker-compose file
This commit is contained in:
parent
8a498edef5
commit
2203c64d0f
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"
|
||||||
Loading…
x
Reference in New Issue
Block a user