Use Docker secrets (#340)

This commit is contained in:
Thomas Miceli
2024-09-28 01:31:18 +02:00
committed by GitHub
parent 56b4fd45fd
commit 41dc2e451b
7 changed files with 30 additions and 10 deletions

View File

@ -18,8 +18,6 @@ OG_DB_URI=mysql://root:passwd@localhost:3306/opengist_db
### Docker Compose
```yml
version: "3"
services:
opengist:
image: ghcr.io/thomiceli/opengist:1

View File

@ -18,8 +18,6 @@ OG_DB_URI=postgres://postgres:passwd@localhost:5432/opengist_db
### Docker Compose
```yml
version: "3"
services:
opengist:
image: ghcr.io/thomiceli/opengist:1

View File

@ -21,8 +21,6 @@ OG_SQLITE_JOURNAL_MODE=WAL
### Docker Compose
```yml
version: "3"
services:
opengist:
image: ghcr.io/thomiceli/opengist:1