Created
September 9, 2025 04:24
-
-
Save cconstab/1106210df9ce1d682e5070b9e70f5f86 to your computer and use it in GitHub Desktop.
atPlatform POV Set Up Guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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