Skip to content

Commit

Permalink
Docker compose deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
user-cube committed Jan 15, 2024
1 parent 88914bb commit e74c146
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'
services:
app:
image: ghcr.io/webcdc/heroku-discord:latest
container_name: heroku-to-discord
environment:
- DISCORD_WEBHOOK=
- PORT=3000
ports:
- "3000:3000"
restart: alway

0 comments on commit e74c146

Please sign in to comment.