mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 07:01:04 +00:00
chore: Update .gitignore to include .env_encoded file and add api_server service to production.yml
This commit is contained in:
@@ -121,6 +121,7 @@ celerybeat.pid
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.env_encoded
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user