Compare commits
1 Commits
main
...
0.1.1+0.1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
601971b93a
|
@ -3,7 +3,6 @@ TYPE=targetmap
|
||||
DOMAIN=targetmap.example.com
|
||||
|
||||
# Baserow
|
||||
NUXT_BASEROW_KEY=
|
||||
BASEROW_DOMAIN=
|
||||
|
||||
NUXT_PUBLIC_SITE_URL=https://$DOMAIN
|
||||
@ -22,4 +21,5 @@ NUXT_PUBLIC_THEME_BACKGROUND_DARKEN="#000000"
|
||||
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_CONFIG_VERSION=v1
|
||||
SECRET_CONFIG_VERSION=v1
|
||||
SECRET_KEY_VERSION=v1
|
||||
|
||||
12
compose.yml
12
compose.yml
@ -1,9 +1,9 @@
|
||||
---
|
||||
services:
|
||||
app:
|
||||
image: fabaceous/targetmap:0.1
|
||||
image: fabaceous/targetmap:0.1.1
|
||||
environment:
|
||||
- NUXT_BASEROW_KEY
|
||||
- NUXT_BASEROW_KEY_FILE=/run/secrets/baserow_key
|
||||
- BASEROW_DOMAIN
|
||||
- NUXT_PUBLIC_SITE_URL
|
||||
- NUXT_PUBLIC_THEME_PRIMARY
|
||||
@ -18,6 +18,7 @@ services:
|
||||
- proxy
|
||||
secrets:
|
||||
- baserow_config
|
||||
- baserow_key
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -37,7 +38,7 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirectscheme.redirectscheme.scheme=https"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirectscheme.redirectscheme.permanent=true"
|
||||
## When you're ready for release, run "abra recipe sync <name>" to set this
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+0.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.1+0.1.1"
|
||||
## Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
|
||||
# - "backupbot.backup=true"
|
||||
# - "backupbot.backup.path=/some/path"
|
||||
@ -58,4 +59,7 @@ networks:
|
||||
secrets:
|
||||
baserow_config:
|
||||
name: ${STACK_NAME}_baserow_config_${SECRET_CONFIG_VERSION}
|
||||
external: true
|
||||
external: true
|
||||
baserow_key:
|
||||
name: ${STACK_NAME}_baserow_key_${SECRET_KEY_VERSION}
|
||||
external: true
|
||||
|
||||
1
release/0.1.1+0.1.1
Normal file
1
release/0.1.1+0.1.1
Normal file
@ -0,0 +1 @@
|
||||
Moved baserow key to secret
|
||||
Reference in New Issue
Block a user