version: '3' services: server: image: git.hatecomputers.club/hatecomputers/kennel:latest restart: always ports: - 127.0.0.1:60613:8000 environment: - TEST_ENV=value volumes: - ./data:/app/data