generated from coop-cloud/example
Compare commits
3 Commits
0.1.0+4.7.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 64229c2f77 | |||
| 806a92f269 | |||
| 2596a801f9 |
@ -31,7 +31,7 @@ steps:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- coop-cloud/auto-recipes-catalogue-json
|
||||
- toolshed/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user