21 lines
581 B
YAML
21 lines
581 B
YAML
services:
|
|
oxidized:
|
|
restart: always
|
|
image: oxidized/oxidized:0.29.0
|
|
container_name: oxidized
|
|
privileged: true
|
|
environment:
|
|
CONFIG_RELOAD_INTERVAL: 600
|
|
OXIDIZED_HOME: /home/oxidized
|
|
# ports:
|
|
# - 8888:8888
|
|
volumes:
|
|
- /mnt/containers/oxidized/container-data/data:/home/oxidized/.config/oxidized:Z
|
|
- /mnt/containers/oxidized/container-data/repo:/home/oxidized/.git:Z
|
|
- /mnt/containers/oxidized/container-data/ssh:/home/oxidized/.ssh:Z
|
|
networks:
|
|
- reverseproxy-nw
|
|
|
|
networks:
|
|
reverseproxy-nw:
|
|
external: true |