Fix Dockerfile

This commit is contained in:
2022-03-23 01:53:52 +01:00
parent 4bc51ad68a
commit e091f08e2c
4 changed files with 57 additions and 76 deletions

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
version: "3"
services:
discord-embed:
image: thelovinator/discord-nice-embed-maker-for-my-yoy
container_name: discord-embed
build: .
env_file:
- .env
environment:
- DOMAIN=${DOMAIN}
ports:
- "5000:5000"
volumes:
- uploads:/Uploads
restart: unless-stopped
volumes:
uploads: