Compare commits

..

1 Commits
main ... main

Author SHA1 Message Date
basebuilder b6aa829da8 fix abra app cp command 2024-02-14 00:17:39 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ Custom HTML website, served using Nginx.
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
5. `abra app deploy YOURAPPDOMAIN`
6. Copy your files to the container, using something like
6. Copy your files to the container using:
```
abra app cp YOURAPPDOMAIN index.html app:/usr/share/nginx/html
```

View File

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

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.26.0
image: nginx:1.25.3
networks:
- proxy
deploy:
@ -19,7 +19,7 @@ services:
- "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.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.6.0+1.26.0"
- "coop-cloud.${STACK_NAME}.version=1.5.1+1.25.3"
- "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html"
environment: