mirror of
https://codeberg.org/gigirassy/nixos-server-config
synced 2026-08-30 15:27:40 +00:00
Add compose-configs/intellectual/compose.yml
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
intellectual:
|
||||
image: insprill/intellectual:latest # Switch to 'develop' to use the latest git version. May be unstable!
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:2006:8080 # Use `127.0.0.1:8080:8080` if you're using a reverse proxy on the same machine.
|
||||
read_only: true
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
healthcheck:
|
||||
test: wget -nv --tries=1 --spider http://127.0.0.1:8080 || exit 1
|
||||
interval: 1m
|
||||
timeout: 5s
|
||||
Reference in New Issue
Block a user