mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2025-09-06 01:20:40 +00:00
deployment
This commit is contained in:
@@ -3,11 +3,11 @@ version: '3.6'
|
||||
services:
|
||||
home:
|
||||
image: nginx:alpine
|
||||
restart: always
|
||||
ports:
|
||||
- 80
|
||||
volumes:
|
||||
- ./public:/usr/share/nginx/html:ro
|
||||
restart: always
|
||||
ports:
|
||||
- 80
|
||||
volumes:
|
||||
- ./dist:/usr/share/nginx/html:ro
|
||||
networks:
|
||||
- traefik
|
||||
labels:
|
||||
|
Reference in New Issue
Block a user