This commit is contained in:
Mayank Chhabra
2022-09-26 00:24:02 +07:00
commit 0f3cf3b4c3
5 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: hello_world_server_1
APP_PORT: 3000
server:
image: mayankchhabra/sdx:latest
user: "1000:1000"
init: true