Fix Docker

This commit is contained in:
Exil Productions
2025-12-10 03:24:28 +01:00
parent 6143c1ca6e
commit 28eb886790
12 changed files with 677 additions and 214 deletions

View File

@@ -13,8 +13,9 @@ services:
context: .
target: final
ports:
- 443:8080
network_mode: "host"
- 443:443
- 8080:8080
# The commented out section below is an example of how to define a PostgreSQL
# database that your application can use. `depends_on` tells Docker Compose to
# start the database before your application. The `db-data` volume persists the
@@ -42,7 +43,6 @@ services:
# interval: 10s
# timeout: 5s
# retries: 5
# volumes:
# db-data:
# secrets: