change image in docker compose and version in env file

This commit is contained in:
Kiril-Poposki1998 2023-12-19 11:09:52 +01:00
parent 1bea0e7e6c
commit efe53d5f56
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ POSTGRES_PORT=5432
DATASTORE_READONLY_PASSWORD=datastore DATASTORE_READONLY_PASSWORD=datastore
# CKAN # CKAN
CKAN_VERSION=2.10 CKAN_VERSION=2.10.2
CKAN_SITE_ID=default CKAN_SITE_ID=default
CKAN_SITE_URL=http://localhost:5000 CKAN_SITE_URL=http://localhost:5000
CKAN_PORT=5000 CKAN_PORT=5000

View File

@ -9,7 +9,7 @@ volumes:
services: services:
ckan: ckan:
container_name: ckan container_name: ckan
build: ../../images/ckan/2.10/ image: ghcr.io/keitaroinc/ckan:2.10.2
networks: networks:
- frontend - frontend
- backend - backend