Archived arm64 docker images and add an nginx config for websockets
This commit is contained in:
parent
34f9320889
commit
ccfd797094
@ -13,15 +13,18 @@ services:
|
|||||||
- SETGID
|
- SETGID
|
||||||
- SETUID
|
- SETUID
|
||||||
restart: always
|
restart: always
|
||||||
image: codeberg.org/dragongoose/safetwitch:latest
|
image: safetwitch:arm64
|
||||||
|
platform: "linux/arm64"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8280:80"
|
- "127.0.0.1:8280:80"
|
||||||
environment:
|
environment:
|
||||||
- SAFETWITCH_BACKEND_DOMAIN=changethis
|
- SAFETWITCH_BACKEND_DOMAIN=twitch-api.seitan-ayoub.lol
|
||||||
- SAFETWITCH_INSTANCE_DOMAIN=changethis
|
- SAFETWITCH_INSTANCE_DOMAIN=twitch.seitan-ayoub.lol
|
||||||
- SAFETWITCH_HTTPS=true
|
- SAFETWITCH_HTTPS=true
|
||||||
- SAFETWITCH_DEFAULT_LOCALE=en
|
- SAFETWITCH_DEFAULT_LOCALE=en
|
||||||
- SAFETWITCH_FALLBACK_LOCALE=en
|
- SAFETWITCH_FALLBACK_LOCALE=en
|
||||||
|
networks:
|
||||||
|
- nginx_network
|
||||||
|
|
||||||
safetwitch-backend:
|
safetwitch-backend:
|
||||||
container_name: safetwitch-backend
|
container_name: safetwitch-backend
|
||||||
@ -33,9 +36,15 @@ services:
|
|||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
restart: always
|
restart: always
|
||||||
image: codeberg.org/dragongoose/safetwitch-backend:latest
|
image: safetwitch-backend:arm64
|
||||||
|
platform: "linux/arm64"
|
||||||
|
networks:
|
||||||
|
- nginx_network
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:7100:7000"
|
- "127.0.0.1:7100:7000"
|
||||||
environment:
|
environment:
|
||||||
- PORT=7000
|
- PORT=7000
|
||||||
- URL=https://changethis
|
- URL=https://twitch-api.seitan-ayoub.lol
|
||||||
|
networks:
|
||||||
|
nginx_network:
|
||||||
|
external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user