Sha256: ef5644af815716189024f698ddc9e450f203ed41b9efc2fa5b4de443e8f68a45

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 KB

Contents

services:
  oxidized:
    # Choose the image that you want to test
    # image: docker.io/oxidized/oxidized:0.30.1
    # image: docker.io/oxidized/oxidized:latest
    # local/oxidized is build by "make oxidized-image" and "make run"
    image: local/oxidized
    ports:
      - 127.0.0.1:8042:8888/tcp
    environment:
      # Reload hosts list once per day
      CONFIG_RELOAD_INTERVAL: 86400
      # Needed when you push to a remote git repository
      OXIDIZED_SSH_PASSPHRASE: xxxxPassphasexxxx
    volumes:
       - ./oxidized-config:/home/oxidized/.config/oxidized
       - ./oxidized-ssh:/home/oxidized/.ssh

  # This is a simulated network device for the example to work out of the box
  asternos-device:
    image: localhost/local/model
    volumes:
      - ./model-simulation/asternos.sh:/home/oxidized/.profile
      - ./model-simulation/asternos.sh:/home/admin/.profile

  # This is a gitserver to push our configs
  gitserver:
    image: localhost/local/gitserver
    volumes:
      - ./gitserver/repo.git:/home/git/repo.git

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oxidized-0.32.1 examples/podman-compose/docker-compose.yml
oxidized-0.32.0 examples/podman-compose/docker-compose.yml
oxidized-0.31.0 examples/podman-compose/docker-compose.yml