Skip to content

Commit bddcebd

Browse files
authored
CV2-5020 - update pender and pender-background docker-compose (#101)
Because of the work we did to consolidate Dockerfiles in Pender, there were some changes we need to do here if we want to run Pender from the Check repo. References: CV2-5020 Relates to: meedan/pender#462
1 parent f014cfd commit bddcebd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,26 +133,29 @@ services:
133133
- "3200:3200"
134134
- "9555:9555"
135135
volumes:
136-
- "./pender:/app"
136+
- "./pender:/app/pender"
137137
depends_on:
138138
- postgres
139139
- redis
140140
- minio
141141
environment:
142+
APP: pender
143+
DEPLOY_ENV: local
142144
RAILS_ENV: development
143145
SERVER_PORT: 3200
144146
networks:
145147
- dev
146148
pender-background:
147149
build: pender
148150
platform: linux/x86_64
149-
command: /app/docker-background.sh
150151
shm_size: 1G
151152
volumes:
152-
- "./pender:/app"
153+
- "./pender:/app/pender"
153154
depends_on:
154155
- pender
155156
environment:
157+
APP: pender-background
158+
DEPLOY_ENV: local
156159
RAILS_ENV: development
157160
SERVER_PORT: 3200
158161
networks:

0 commit comments

Comments
 (0)