You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.yml 335B

1234567891011121314151617181920
  1. version: "3.2"
  2. services:
  3. oragono:
  4. image: oragono/oragono:latest
  5. ports:
  6. - "6667:6667/tcp"
  7. - "6697:6697/tcp"
  8. volumes:
  9. - data:/ircd
  10. deploy:
  11. placement:
  12. constraints:
  13. - "node.role == manager"
  14. restart_policy:
  15. condition: on-failure
  16. replicas: 1
  17. volumes:
  18. data: