Skip to content

Commit

Permalink
Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbk committed Apr 24, 2024
1 parent d12916f commit a169fea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ x-node-defaults: &node
- yarn-cache:/.yarn-cache

x-newsletter-command: &newsletter-cmd
entrypoint: ["node_modules/.bin/basecms-newsletters"]
command: ["dev", "index.js"]
<<: *node
entrypoint: ["yarn"]
command: ["dev"]

x-env-defaults: &env
YARN_CACHE_FOLDER: /.yarn-cache
Expand All @@ -24,6 +25,7 @@ x-env-defaults: &env
EMAILX_SERVE_URI: ${EMAILX_SERVE_URI-https://bizbash.serve.email-x.parameter1.com}

x-env-tauron: &env-tauron
<<: *env
GRAPHQL_URI: ${GRAPHQL_URI-https://tauron.graphql.base.parameter1.com}

services:
Expand All @@ -42,11 +44,9 @@ services:
<<: *env

all:
<<: *node
<<: *newsletter-cmd
working_dir: /root/tenants/all
environment:
<<: *env
<<: *env-tauron
PORT: 80
EXPOSED_PORT: 22290
Expand Down

0 comments on commit a169fea

Please sign in to comment.