add local run and save button

This commit is contained in:
2023-12-20 12:53:30 +01:00
parent 7bb7ab6f13
commit f619cc850a
11 changed files with 184 additions and 31 deletions
+10 -1
View File
@@ -7,4 +7,13 @@ services:
- "5432:5432"
environment:
POSTGRES_USER: "kemkas"
POSTGRES_PASSWORD: "kemkas-dev42"
POSTGRES_PASSWORD: "kemkas-dev42"
proxy:
image: nginx:latest
ports:
- "8000:8000"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- $HOME/.aspnet/https/kemkas.pem:/etc/nginx/kemkas.pem
- $HOME/.aspnet/https/kemkas.key:/etc/nginx/kemkas.key