0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2025-03-11 13:41:20 -05:00
safetwitch-backend/docker-compose.yml

22 lines
481 B
YAML
Raw Normal View History

2023-07-15 19:23:47 +00:00
version: "3.7"
2023-06-07 17:00:58 -04:00
services:
2023-07-15 19:23:47 +00:00
safetwitch-backend:
2023-06-07 17:00:58 -04:00
build:
context: .
2023-07-15 19:23:47 +00:00
dockerfile: Dockerfile
#image: codeberg.org/dragongoose/safetwitch-backend:latest
restart: always
container_name: safetwitch-backend
hostname: safetwitch-backend
user: 65534:65534
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
2023-06-07 17:00:58 -04:00
ports:
2023-07-15 19:23:47 +00:00
- "127.0.0.1:7100:7000"
2023-06-07 17:00:58 -04:00
environment:
2023-07-15 19:23:47 +00:00
- PORT=7000
- URL=https://changethis