neue codebase begonnen
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
angular-web:
|
||||
image: nginx:stable-alpine
|
||||
container_name: angular-web
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- /opt/stacks/angular-web/dist:/usr/share/nginx/html:ro
|
||||
- /opt/stacks/angular-web/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1/ || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
Reference in New Issue
Block a user