services: abstract-wizard: build: . ports: - "127.0.0.1:18080:8080" volumes: - app_config:/config environment: CONFIG_DIR: /config LISTEN_ADDR: "0.0.0.0:8080" MAX_BACKUPS: "10" volumes: app_config: