File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ services:
157157
158158 postgresdb :
159159 container_name : postgresdb
160- image : ' postgres'
160+ image : ' postgres:14 '
161161 environment :
162162 POSTGRES_USER : admin
163163 POSTGRES_PASSWORD : crapisecretpassword
@@ -176,10 +176,10 @@ services:
176176 limits :
177177 cpus : ' 0.3'
178178 memory : 128M
179-
179+
180180 mongodb :
181181 container_name : mongodb
182- image : ' mongo'
182+ image : ' mongo:4.4 '
183183 environment :
184184 MONGO_INITDB_ROOT_USERNAME : admin
185185 MONGO_INITDB_ROOT_PASSWORD : crapisecretpassword
@@ -206,7 +206,7 @@ services:
206206 environment :
207207 MH_MONGO_URI : admin:crapisecretpassword@mongodb:27017
208208 MH_STORAGE : mongodb
209- ports :
209+ ports :
210210 # - "127.0.0.1:1025:1025" # smtp server
211211 - " 127.0.0.1:8025:8025" # Mail ui
212212 healthcheck :
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ curl -sL https://github.com/docker/compose/releases/download/v2.5.0/docker-compo
3333chmod +x /usr/local/bin/docker-compose
3434ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
3535
36- # Build crAPI
37- " $MOUNT_DIR /deploy/docker/build-all.sh"
36+ # Build crAPI
37+ # "$MOUNT_DIR/deploy/docker/build-all.sh"
3838
39- # Install crAPI
39+ # Install crAPI using prebuilt images
4040mkdir /opt/crapi
4141
4242cp " $MOUNT_DIR /deploy/docker/docker-compose.yml" /opt/crapi \
You can’t perform that action at this time.
0 commit comments