Skip to content
Snippets Groups Projects
Commit 581aea57 authored by Fakhri Mahendra's avatar Fakhri Mahendra
Browse files

chore: change docker compos so app run in docker

parent 2b0c2eaa
Branches
Tags
No related merge requests found
version: '3.8'
services:
# soapservice:
# container_name: edujin-soap-service
# build: .
# ports:
# - "8082:8082"
# env_file: .env
# volumes:
# - .:/usr/src/app
# networks:
# - edujin
soapservice:
container_name: edujin-soap-service
build: .
ports:
- "8082:8082"
env_file: .env
volumes:
- .:/usr/src/app
networks:
- edujin
soap-db:
image: mysql:latest
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment