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:
|
services:
|
||||||
home:
|
home:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 80
|
- 80
|
||||||
volumes:
|
volumes:
|
||||||
- ./public:/usr/share/nginx/html:ro
|
- ./dist:/usr/share/nginx/html:ro
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
|
Reference in New Issue
Block a user