version: '3.8' services: send_gotify: build: . image: send_gotify container_name: send_gotify ports: - "8082:8082" restart: always