docker-infrastructure/oxidized/docker-compose.yaml

20 lines
518 B
YAML

services:
oxidized:
restart: always
image: oxidized/oxidized:0.29.0
container_name: oxidized
privileged: true
environment:
CONFIG_RELOAD_INTERVAL: 600
# ports:
# - 8888:8888
volumes:
- /mnt/containers/oxidized/container-data/data:/root/.config/oxidized:Z
- /mnt/containers/oxidized/container-data/repo:/root/.git:Z
- /mnt/containers/oxidized/container-data/ssh:/root/.ssh:Z
networks:
- reverseproxy-nw
networks:
reverseproxy-nw:
external: true