Skip to content
Snippets Groups Projects
Verified Commit d639f948 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Allow specifying image tag for compose.

parent cf1d17e1
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ services:
image: memcached:latest
app:
build: .
image: registry.edugit.org/biscuit/biscuit-ng
image: registry.edugit.org/biscuit/biscuit-ng:${BISCUIT_IMAGE_TAG:-latest}
volumes:
- biscuit_data:/var/lib/biscuit/
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment