version: '2' services: bitch: container_name: bitch build: context: ./ dockerfile: Dockerfile restart: "no" ports: - 8080:8080 volumes: - ./config:/usr/src/bitch/config