version: '3.1' # Default Docker Stack/Compose configuration for Purr. # You will need to change all instances of "REPLACEME" with the appropriate details. # Additionally, you may want to update the host port definitions for each service. services: purr: image: purr ports: - 5195:3000 networks: - webnet networks: webnet: