aboutsummaryrefslogtreecommitdiff
path: root/template/docker-compose.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-27 16:40:17 +0800
committercrupest <crupest@outlook.com>2022-11-27 16:40:17 +0800
commit1874c4f86f5db65fefef18ab8a7df8f12696753b (patch)
treec6ea4773cd73756f51617f0ec122a1b78dee2b0c /template/docker-compose.yaml.template
parent4802c125b9895925393c2376ef0f5dbda135a528 (diff)
downloadcrupest-1874c4f86f5db65fefef18ab8a7df8f12696753b.tar.gz
crupest-1874c4f86f5db65fefef18ab8a7df8f12696753b.tar.bz2
crupest-1874c4f86f5db65fefef18ab8a7df8f12696753b.zip
Add tag for crupest-api.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r--template/docker-compose.yaml.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template
index e8dadcc..4f82594 100644
--- a/template/docker-compose.yaml.template
+++ b/template/docker-compose.yaml.template
@@ -85,6 +85,8 @@ services:
context: ./docker/crupest-api
dockerfile: Dockerfile
pull: true
+ tags:
+ - "crupest/crupest-api:latest"
container_name: crupest-api
volumes:
- "./crupest-api-config.json:/config.json:ro"