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 grafana.systemsobscure.net \
|
||||||
-d bookmarks.systemsobscure.net \
|
-d bookmarks.systemsobscure.net \
|
||||||
-d forgejo.systemsobscure.net \
|
-d forgejo.systemsobscure.net \
|
||||||
-d wakapi.systemsobscure.net \
|
|
||||||
-d linkding.systemsobscure.net \
|
-d linkding.systemsobscure.net \
|
||||||
-d miniflux.systemsobscure.net
|
-d miniflux.systemsobscure.net
|
||||||
|
|
||||||
|
|
|
@ -12,9 +12,7 @@ services:
|
||||||
- RUN_MIGRATIONS=1
|
- RUN_MIGRATIONS=1
|
||||||
- CREATE_ADMIN=1
|
- CREATE_ADMIN=1
|
||||||
- ADMIN_USERNAME=${MINIFLUX_ADMIN_USERNAME}
|
- ADMIN_USERNAME=${MINIFLUX_ADMIN_USERNAME}
|
||||||
- ADMIN_PASSWORD=${MINIFLUX_ADMIN_PASSWORD}
|
- ADMIN_PASSWORD=S{MINIFLUX_ADMIN_PASSWORD}
|
||||||
networks:
|
|
||||||
- web
|
|
||||||
db:
|
db:
|
||||||
image: postgres:17-alpine
|
image: postgres:17-alpine
|
||||||
environment:
|
environment:
|
||||||
|
@ -27,9 +25,6 @@ services:
|
||||||
test: ["CMD", "pg_isready", "-U", "miniflux"]
|
test: ["CMD", "pg_isready", "-U", "miniflux"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
networks:
|
|
||||||
- web
|
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
|
|
Loading…
Add table
Reference in a new issue