fiddy/docker-compose.yml
Nico 52af2a755c
Some checks failed
Build & Deploy Fiddy (SSH Compose) / build (push) Has been cancelled
Build & Deploy Fiddy (SSH Compose) / deploy (push) Has been cancelled
ci: migrate deploy job to SSH compose and include scheduler service
2026-02-21 23:52:36 -08:00

17 lines
335 B
YAML

services:
web:
image: git.nicosaya.com/nalalangan/fiddy/web:${IMAGE_TAG}
env_file:
- ./.env
environment:
- NODE_ENV=production
ports:
- "3010:3000"
restart: always
scheduler:
image: git.nicosaya.com/nalalangan/fiddy/scheduler:${IMAGE_TAG}
env_file:
- ./.env
restart: always