Initial Commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
utilapp:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: utilapp
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:3000"
|
||||
networks:
|
||||
- cloudflare
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
|
||||
networks:
|
||||
cloudflare:
|
||||
external: true
|
||||
Reference in New Issue
Block a user