Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.5"
- volumes:
- migrations:
- soulport:
- services:
- core:
- build: soulport
- container_name: core
- hostname: core
- command: uvicorn application:app --host 127.0.0.1 --port 7040
- ports:
- - 7040:7040
- networks:
- - maininfrnet
- env_file:
- - ./env_files/postgres.env
- - ./env_files/global.env
- - ./env_files/social_login.env
- volumes:
- - ../migrations:/app/migrations
- - /soulport:/app/soulport
- frontend:
- build:
- context: soulport_client
- dockerfile: Dockerfile
- container_name: frontend
- hostname: frontend
- ports:
- - 3000:3000
- networks:
- maininfrnet:
- external:
- name: infr_network
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement