services: phampy: image: ghcr.io/yitsushi/phanpy-docker:latest container_name: phanpy hostname: phanpy ports: - 3000:3000 environment: - NODE_ENV=production #- MASTODON_INSTANCE_URL=https://mastodon.example.com #- MASTODON_ACCESS_TOKEN=your_access_token_here volumes: - ./data:/app/data #networks: # - npm-internal restart: unless-stopped #networks: # npm-internal: # name: npm-internal external: true