version: "3.9" services: web: build: ghcr.io/YOUR_USERNAME/myapp:latest container_name: go_htmx_app ports: - "8080:8080" volumes: - ./my_website.db:/app/my_website.db restart: unless-stopped