chore: utiliza packages de Gitea

This commit is contained in:
aitor c. urrutia aranburu
2026-06-29 19:50:29 +02:00
parent 397e816221
commit 93198da03c

View File

@@ -1,7 +1,6 @@
services: services:
koha: koha:
build: image: git.fosil.eu/cotsn-ngleo/koha:26.05
context: ./koha
ports: ports:
- "${KOHA_INTRANET_PORT:-8080}:8080" - "${KOHA_INTRANET_PORT:-8080}:8080"
- "${KOHA_OPAC_PORT:-8081}:8081" - "${KOHA_OPAC_PORT:-8081}:8081"
@@ -23,8 +22,7 @@ services:
- memcached - memcached
rabbitmq: rabbitmq:
build: image: git.fosil.eu/cotsn-ngleo/koha-rabbitmq:26.05
context: ./rabbitmq
networks: networks:
- koha - koha