Skip to content

Commit

Permalink
Include “grocy” in names of podman objects
Browse files Browse the repository at this point in the history
Since podman doesn't have namespacing for containers or volumes, we
should prefix container and volume names, so their relation to grocy
is clear.
  • Loading branch information
Kritzefitz committed Sep 8, 2021
1 parent 2647851 commit e85b2e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ COMPOSER_VERSION = 2.1.5
COMPOSER_CHECKSUM = be95557cc36eeb82da0f4340a469bad56b57f742d2891892dcb2f8b0179790ec
IMAGE_TAG ?= $(shell git describe --tags --match 'v*' --dirty)
IMAGE_PREFIX ?= docker.io/grocy
BACKEND_CONTAINER_NAME ?= backend
FRONTEND_CONTAINER_NAME ?= frontend
BACKEND_CONTAINER_NAME ?= grocy-backend
FRONTEND_CONTAINER_NAME ?= grocy-frontend
POD_NAME ?= grocy-pod
APP_DB_VOLUME_NAME ?= app-db
APP_DB_VOLUME_NAME ?= grocy-app-db

PLATFORM ?= linux/386 linux/amd64 linux/arm/v6 linux/arm/v7 linux/arm64/v8 linux/ppc64le linux/s390x

Expand Down

0 comments on commit e85b2e1

Please sign in to comment.