We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087462c commit 58244c2Copy full SHA for 58244c2
scripts.d/40_planet.sh
@@ -23,13 +23,14 @@ touch .chat.env
23
24
sync; sync; sync
25
26
-docker pull treehouses/couchdb:2.3.1
27
docker pull treehouses/planet:latest
28
docker pull treehouses/planet:db-init
29
docker pull treehouses/planet:chatapi
+docker pull couchdb:2.3.1
30
docker tag treehouses/planet:latest treehouses/planet:local
31
docker tag treehouses/planet:db-init treehouses/planet:db-init-local
32
docker tag treehouses/planet:chatapi treehouses/planet:chatapi-local
33
+docker tag couchdb:2.3.1 treehouses/couchdb:2.3.1
34
docker images
35
#docker compose -f planet.yml -f volumestravis.yml -f install.yml -p planet pull
36
0 commit comments