Compare commits

...

2 Commits

Author SHA1 Message Date
3wc ab5752b20a chore: publish 2.4-31ee85db release
continuous-integration/drone/push Build is passing Details
2023-01-30 22:16:47 -08:00
3wc 2596a801f9 Fix version 2023-01-30 22:16:21 -08:00
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<!-- metadata -->
* **Category**: Apps
* **Status**: 2, beta
* **Image**: [`git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker`](https://git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker), 0, own
* **Image**: [`git.coopcloud.tech/coop-cloud-chaos-patchs/pelican`](https://git.coopcloud.tech/coop-cloud-chaos-patchs/-/packages/container/pelican/), 0, own
* **Healthcheck**: No
* **Backups**: No
* **Email**: N/A

View File

@ -1,13 +1,13 @@
version: "3.8"
services:
app:
image: git.coopcloud.tech/coop-cloud-chaos-patchs/pelican-docker:4.7.2
image: git.coopcloud.tech/coop-cloud-chaos-patchs/pelican:4.7.2
volumes:
- src:/site
- output:/site-generated
deploy:
labels:
- coop-cloud.${STACK_NAME}.version=0.1.0+4.7.2
- coop-cloud.${STACK_NAME}.version=0.1.1+4.7.2
web:
image: httpd:2.4
volumes: