mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-24 00:52:19 +00:00
Added compose example
This commit is contained in:
parent
0badc4e20c
commit
4162ef2123
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
pastel_codes:
|
||||||
|
image: blankie/pastel-codes
|
||||||
|
restart: unless-stopped
|
||||||
|
container_name: pastel_codes
|
||||||
|
environment:
|
||||||
|
- PORT=7000
|
||||||
|
- GHOST_KEY=
|
||||||
|
- HCAPTCHA_KEY=
|
||||||
|
- SENDGRID_API_KEY=
|
||||||
|
- TO_MAIL_USER=
|
||||||
|
- REPLY_TO_MAIL=
|
||||||
|
- FROM_MAIL_USER=
|
||||||
|
ports:
|
||||||
|
- 7000:7000
|
||||||
|
volumes:
|
||||||
|
- /docker/pastel-codes/logs:/app/logs
|
Loading…
Reference in New Issue
Block a user