Compare commits
2 Commits
ba4bd71e3d
...
99aaeb53a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
99aaeb53a1
|
|||
| a069a2d783 |
@@ -12,8 +12,8 @@ ephemera:
|
|||||||
tag: 1.3.1
|
tag: 1.3.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
# - name: AA_BASE_URL
|
- name: AA_BASE_URL
|
||||||
# value: https://annas-archive.org
|
value: https://annas-archive.org
|
||||||
# - name: AA_API_KEY
|
# - name: AA_API_KEY
|
||||||
# valueFrom:
|
# valueFrom:
|
||||||
# secretKeyRef:
|
# secretKeyRef:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/postgres:17.7-alpine3.21
|
image: docker.io/postgres:18.1-alpine3.21
|
||||||
container_name: gitea-postgres
|
container_name: gitea-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user