services: app: image: gotify/server container_name: gotify restart: unless-stopped ports: - 0.0.0.0:8082:80 environment: - TZ='America/Detroit' volumes: - ./data:/app/data