Compare commits
No commits in common. "e7e7fbfdb3d9dfce436f43ea2108716a77905ba3" and "6ec6ec58c05588734c5e67c8b2e48da2cab0146c" have entirely different histories.
e7e7fbfdb3
...
6ec6ec58c0
2 changed files with 1 additions and 7 deletions
|
@ -17,7 +17,6 @@ sudo certbot certonly --standalone \
|
|||
-d grafana.systemsobscure.net \
|
||||
-d bookmarks.systemsobscure.net \
|
||||
-d forgejo.systemsobscure.net \
|
||||
-d wakapi.systemsobscure.net \
|
||||
-d linkding.systemsobscure.net \
|
||||
-d miniflux.systemsobscure.net
|
||||
|
||||
|
|
|
@ -12,9 +12,7 @@ services:
|
|||
- RUN_MIGRATIONS=1
|
||||
- CREATE_ADMIN=1
|
||||
- ADMIN_USERNAME=${MINIFLUX_ADMIN_USERNAME}
|
||||
- ADMIN_PASSWORD=${MINIFLUX_ADMIN_PASSWORD}
|
||||
networks:
|
||||
- web
|
||||
- ADMIN_PASSWORD=S{MINIFLUX_ADMIN_PASSWORD}
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
environment:
|
||||
|
@ -27,9 +25,6 @@ services:
|
|||
test: ["CMD", "pg_isready", "-U", "miniflux"]
|
||||
interval: 10s
|
||||
start_period: 30s
|
||||
networks:
|
||||
- web
|
||||
|
||||
|
||||
networks:
|
||||
web:
|
||||
|
|
Loading…
Add table
Reference in a new issue