Initial commit (v1.5.9)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
agora:
|
||||
image: nonobzh22/agora:latest
|
||||
container_name: agora_app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${PORT:-3067}:${PORT:-3067}"
|
||||
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./sessions:/app/sessions
|
||||
- ./downloads:/downloads
|
||||
- ./images:/app/images
|
||||
- ./database:/app/database
|
||||
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1024M
|
||||
Reference in New Issue
Block a user