Add documentation to template

This commit is contained in:
Steven Briscoe
2022-09-29 15:34:26 +01:00
parent 91127b43c5
commit 43910520f5
6 changed files with 34 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
version: "3.7"
services:
app_proxy:
environment:
# The format here is: <app-id>_<docker-service-name>_1
APP_HOST: sparkles-hello-world_server_1
APP_PORT: 3000
server:
image: mayankchhabra/sdx:latest
user: "1000:1000"
init: true