chore: Update .gitignore to include .env_encoded file and add api_server service to production.yml

This commit is contained in:
2024-05-03 21:52:58 +08:00
parent 783b8ae292
commit d7fa4930cd
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ celerybeat.pid
# Environments
.env
.env_encoded
.venv
env/
venv/
+10
View File
@@ -263,6 +263,16 @@ services:
networks:
- net
- default
api_server:
image: furyhawk/listen:latest
container_name: api_server
restart: always
ports:
- "8000:8000"
networks:
- net
- default
site_server:
image: nginx:alpine