mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 03:10:04 -05:00
Archived arm64 docker images and added an nginx config for websockets
This commit is contained in:
parent
1a50fe8558
commit
e203907131
1 changed files with 5 additions and 5 deletions
|
@ -13,8 +13,8 @@ services:
|
||||||
- SETGID
|
- SETGID
|
||||||
- SETUID
|
- SETUID
|
||||||
restart: always
|
restart: always
|
||||||
image: safetwitch:arm64
|
#image: safetwitch:arm64
|
||||||
platform: "linux/arm64"
|
image: codeberg.org/dragongoose/safetwitch:latest
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8280:80"
|
- "127.0.0.1:8280:80"
|
||||||
environment:
|
environment:
|
||||||
|
@ -36,9 +36,9 @@ services:
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
restart: always
|
restart: always
|
||||||
image: safetwitch-backend:arm64
|
#image: safetwitch-backend:arm64
|
||||||
platform: "linux/arm64"
|
image: codeberg.org/dragongoose/safetwitch-backend:latest
|
||||||
# networks:
|
#networks:
|
||||||
#- nginx_network
|
#- nginx_network
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:7100:7000"
|
- "127.0.0.1:7100:7000"
|
||||||
|
|
Loading…
Reference in a new issue