mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-29 06:03:11 +00:00
Adding login system
This commit is contained in:
parent
36be8993df
commit
27bf6f64ef
6 changed files with 51 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue