Added new salary-related terms and improved image outputs in salary.ipynb
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
api:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./output:/app/output
|
||||
environment:
|
||||
- DB_USER=salaryloan
|
||||
- DB_PASSWORD=salaryloan
|
||||
- DB_NAME=salaryloan
|
||||
- DB_PORT=10532
|
||||
- DB_HOST=dev-data.simbrellang.net
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- salary_network
|
||||
|
||||
networks:
|
||||
salary_network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user