Delete docker-compose.yml

This commit is contained in:
Aidan 2025-05-04 12:43:10 -04:00 committed by GitHub
parent 06e7d026a4
commit f987bfec21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +0,0 @@
services:
kowalski:
build: .
container_name: kowalski
restart: unless-stopped
volumes:
- ./.env:/usr/src/app/.env:ro
environment:
- NODE_ENV=production