mirror of
https://github.com/XFox111/MuiCharts.git
synced 2026-04-22 06:51:05 +03:00
Updated docker files for devcontainers and backend build
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
backend:
|
||||
image: "muicharts-backend:latest"
|
||||
build:
|
||||
context: ./backend
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./persistence:/persistence
|
||||
environment:
|
||||
- "HTTPS_PORTS=443"
|
||||
- "LettuceEncrypt:AcceptTermsOfService=true"
|
||||
- "LettuceEncrypt:DomainNames:0=containers.xfox111.net"
|
||||
- "LettuceEncrypt:EmailAddress=eugene@xfox111.net"
|
||||
Reference in New Issue
Block a user