mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
chore: Update .gitignore to include .env_encoded file and add api_server service to production.yml
This commit is contained in:
@@ -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