0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2024-12-22 05:02:58 -05:00
safetwitch-backend/docker-compose.yml

22 lines
481 B
YAML
Raw Normal View History

2023-07-15 14:23:47 -05:00
version: "3.7"
2023-06-07 16:00:58 -05:00
services:
2023-07-15 14:23:47 -05:00
safetwitch-backend:
2023-06-07 16:00:58 -05:00
build:
context: .
2023-07-15 14:23:47 -05: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 16:00:58 -05:00
ports:
2023-07-15 14:23:47 -05:00
- "127.0.0.1:7100:7000"
2023-06-07 16:00:58 -05:00
environment:
2023-07-15 14:23:47 -05:00
- PORT=7000
- URL=https://changethis