mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 02:53:27 +00:00
Compare commits
3 Commits
4b1dc698f4
...
733974468e
Author | SHA1 | Date | |
---|---|---|---|
|
733974468e | ||
|
3dfb3da0e7 | ||
|
adec3fff7a |
@@ -36,6 +36,8 @@
|
|||||||
MWB_POSTGRES__MIGRATE_ON_BOOT: "true"
|
MWB_POSTGRES__MIGRATE_ON_BOOT: "true"
|
||||||
MWB_SERVER__TRUSTPROXY: "true"
|
MWB_SERVER__TRUSTPROXY: "true"
|
||||||
MWB_SERVER__TRUSTCLOUDFLARE: "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:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -62,7 +64,7 @@
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
movie-web-proxy:
|
movie-web-proxy:
|
||||||
image: ghcr.io/movie-web/simple-proxy:2.1.4
|
image: ghcr.io/movie-web/simple-proxy:latest
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user