version: '3.7' services: golang-app: container_name: golang-app image: psssix/golang-app:latest environment: - TOKEN=${TOKEN} - OWNER=${OWNER}