Compare commits

..

3 Commits

Author SHA1 Message Date
William Oldham
733974468e Update content/5.extra/2.selfhost.md 2024-03-30 09:01:22 +00:00
William Oldham
3dfb3da0e7 Update content/5.extra/2.selfhost.md 2024-03-30 09:00:06 +00:00
William Oldham
adec3fff7a Update content/5.extra/2.selfhost.md 2024-03-30 08:59:25 +00:00

View File

@@ -36,6 +36,8 @@
MWB_POSTGRES__MIGRATE_ON_BOOT: "true"
MWB_SERVER__TRUSTPROXY: "true"
MWB_SERVER__TRUSTCLOUDFLARE: "true"
# This is needed to resolve errors running migrations on some platforms - does not affect the application
MIKRO_ORM_MIGRATIONS_DISABLE_FOREIGN_KEYS: "false"
ports:
- "8080:8080"
depends_on:
@@ -62,7 +64,7 @@
restart: unless-stopped
movie-web-proxy:
image: ghcr.io/movie-web/simple-proxy:2.1.4
image: ghcr.io/movie-web/simple-proxy:latest
ports:
- "3000:3000"
networks: