Initial
This commit is contained in:
36
docker-compose.yaml.remote-current
Normal file
36
docker-compose.yaml.remote-current
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
services:
|
||||
trilium:
|
||||
image: triliumnext/trilium:latest
|
||||
container_name: trilium
|
||||
hostname: trilium
|
||||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
TRILIUM_DATA_DIR: /home/node/trilium-data
|
||||
|
||||
ports:
|
||||
- "16001:8080"
|
||||
|
||||
volumes:
|
||||
- ./data/trilium-data:/home/node/trilium-data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: "false"
|
||||
|
||||
networks:
|
||||
trilium_net:
|
||||
ipv4_address: 172.29.37.10
|
||||
|
||||
networks:
|
||||
trilium_net:
|
||||
name: trilium.dockernetwork.local
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.29.37.0/24
|
||||
gateway: 172.29.37.1
|
||||
ip_range: 172.29.37.128/25
|
||||
|
||||
Reference in New Issue
Block a user