Skip to content

Instantly share code, notes, and snippets.

@cconstab
Created September 9, 2025 04:24
Show Gist options
  • Select an option

  • Save cconstab/1106210df9ce1d682e5070b9e70f5f86 to your computer and use it in GitHub Desktop.

Select an option

Save cconstab/1106210df9ce1d682e5070b9e70f5f86 to your computer and use it in GitHub Desktop.
atPlatform POV Set Up Guide
services:
atplatform-portable:
image: atsigncompany/ephemeral
# Add if you need more environment variables
# env_file: "./atplatform.env"
environment:
FIRST_PORT: 2500
# Edit if you have a custom DNS domain
DNS_FQDN: "vip.ve.atsign.zone"
ports:
- "64:64"
- "2500-2600:2500-2600"
- "127.0.0.1:9001:9001"
volumes:
# Edit if you have custom certs for your domain
# - "./certs:/atsign/root/certs"
# - "./certs:/atsign/secondary/base/certs"
- "./atservers:/atsign/atservers"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment