Init
This commit is contained in:
13
hello-world/docker-compose.yml
Normal file
13
hello-world/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user