Compare commits

...

2 Commits

Author SHA1 Message Date
3wc 4653c0ea66 chore: publish 1.6.0+1.26.0 release
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
2024-05-11 12:18:27 -03:00
trav 05ed929274 Update README.md
continuous-integration/drone/push Build is passing Details
fixed syntax on cp command
2024-02-14 21:05:08 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ Custom HTML website, served using Nginx.
5. `abra app deploy YOURAPPDOMAIN` 5. `abra app deploy YOURAPPDOMAIN`
6. Copy your files to the container, using something like 6. Copy your files to the container, using something like
``` ```
abra app YOURAPPDOMAIN cp index.html app:/usr/share/nginx/html abra app cp YOURAPPDOMAIN index.html app:/usr/share/nginx/html
``` ```
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra

View File

@ -3,7 +3,7 @@ services:
git: git:
environment: environment:
- GIT_REPO_URL - GIT_REPO_URL
image: alpine/git:v2.40.1 image: alpine/git:v2.43.0
entrypoint: /docker-entrypoint.sh entrypoint: /docker-entrypoint.sh
volumes: volumes:
- content:/git - content:/git

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: nginx:1.25.3 image: nginx:1.26.0
networks: networks:
- proxy - proxy
deploy: deploy:
@ -19,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.5.1+1.25.3" - "coop-cloud.${STACK_NAME}.version=1.6.0+1.26.0"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html" - "backupbot.backup.path=/usr/share/nginx/html"
environment: environment: