services: anope: restart: always build: context: . args: BUILD_SERVER_NAME: ${SERVER_NAME} image: anope network_mode: "host" env_file: "config.env" volumes: - ./custom:/etc/anope/custom:rw - ./include.conf:/etc/anope/include.conf:ro - log:/var/log/anope volumes: log: name: anope_log