mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2024-12-22 16:16:28 +00:00
deployment
This commit is contained in:
parent
652aa06ebf
commit
5bff67a53e
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user