mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 20:30:12 -08:00
Update .gitignore to remove memos database, fix README.md environment file path, and add docker-compose for omni-tools service
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,4 +23,3 @@ pdf/stirling/latest/config/*.db
|
||||
|
||||
# ignore environment files
|
||||
.env
|
||||
memos/.memos/memos_prod.db
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
# Create an environment file
|
||||
|
||||
```shell
|
||||
touch ~/docker/dozzke/.env
|
||||
touch ~/docker/dozzle/.env
|
||||
nano ~/docker/dozzle/.env
|
||||
```
|
||||
|
||||
## Add the following values
|
||||
|
||||
`HOSTNAME`=ts-vperanda|ts-io|ts-svr-office
|
||||
|
||||
`HOSTNAME`=racknerd|io|europa
|
||||
|
||||
@@ -8,9 +8,11 @@ services:
|
||||
environment:
|
||||
- PUID:1000
|
||||
- GUID:1000
|
||||
- HOMEPAGE_ALLOWED_HOSTS:*
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- diun.enable=true
|
||||
- diun.enable=true
|
||||
networks: {}
|
||||
|
||||
7
omni-tools/compose.yaml
Normal file
7
omni-tools/compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
omni-tools:
|
||||
image: iib0011/omni-tools:latest
|
||||
container_name: omni-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9980:80"
|
||||
Reference in New Issue
Block a user