1
0
Files
jecnarozvrh/docker-compose.yml
T
jzitnik abddc62f8c
Remote Deploy / deploy (push) Successful in 2m38s
feat: Announcement API
2026-06-02 11:18:49 +02:00

18 lines
576 B
YAML

version: "3.9"
services:
app:
build: .
ports:
- "3000:3000"
environment:
NODE_ENV: production
EMAIL: username@spsejecna.cz
PASSWORD: mojesupertajneheslo
# API for announcing errors and other global stuff for the client
# This server is open-source too, tho I don't recommend hosting it yourself,
# since it is used for global announcements and if you host it yourself, you won't get the latest news.
ANNOUNCEMENT_API: https://announcement.jecnarozvrh.jzitnik.dev
volumes:
- ./volume:/usr/src/app/volume