Adding login system

This commit is contained in:
Michał Gdula 2023-05-16 17:50:26 +03:00
parent 36be8993df
commit 27bf6f64ef
6 changed files with 51 additions and 11 deletions

View file

@ -5,8 +5,8 @@ services:
image: caddy:alpine
restart: unless-stopped
ports:
- 80:80
- 443:443
# - "80:80"
- "443:443"
volumes:
- ./Caddy/Caddyfile:/etc/caddy/Caddyfile
- ./Caddy/data:/data
@ -21,6 +21,8 @@ services:
db:
image: postgres:alpine
restart: unless-stopped
# ports:
# - "5432:5432"
volumes:
- ./Postgres/data:/var/lib/postgresql/data
environment: