1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix: update dependencies to latest

This commit is contained in:
2023-12-28 06:21:24 +01:00
parent 62222dbb0c
commit dd26a277a2
18 changed files with 3053 additions and 3372 deletions

View File

@@ -5,7 +5,8 @@ services:
restart: "unless-stopped"
build:
context: "./"
network_mode: "host"
ports:
- "${PORT-3000}:${PORT-3000}"
environment:
PORT: ${PORT-3000}
env_file: ".env"