]> purplebirdman git - gitweb.git/blobdiff - docker-compose-prod.yml
* Added docker tag variable
[gitweb.git] / docker-compose-prod.yml
index a0d7636207a11facf9a7e889783e37c05f0f7898..3f62d6cfeca353d2316f8fc0526ffb338938e445 100644 (file)
@@ -6,7 +6,7 @@ networks:
         driver: overlay
 services:
     web:
-        image: cjpalmer/gitweb:0.2.1
+        image: cjpalmer/gitweb:${DOCKER_TAG}
         volumes:
         - /srv/git:/srv/git:ro
         - ./gitweb.conf:/etc/gitweb.conf
@@ -14,7 +14,7 @@ services:
         - proxy
         - backend
     cgi:
-        image: cjpalmer/gitweb-cgi:0.2.1
+        image: cjpalmer/gitweb-cgi:${DOCKER_TAG}
         environment:
         - BASE_URL=https://git.purplebirdman.com/
         volumes: