feat(network): add proxy support and docker host-gateway configuration
This commit is contained in:
@@ -31,6 +31,8 @@ services:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
- .env
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
volumes:
|
||||
- copykar_data:/app/data
|
||||
- copykar_sessions:/app/sessions
|
||||
|
||||
Reference in New Issue
Block a user