-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): new test container #80
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can rename this feat(cicd) since this is a testing container.
volumes: | ||
- .:/workspace | ||
ports: | ||
- "8000:8000" | ||
- "5678:5678" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is why you were getting the error that you screenshot on Discord. It would be best if you had the previous changes up to date.
docker-compose.yml
Outdated
environment: | ||
- POSTGRES_DB=saptable | ||
- POSTGRES_USER=rootUser | ||
- POSTGRES_PASSWORD=rootPassword | ||
depends_on: | ||
- db | ||
command: ["bash", "-c", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this lines are also need for your debugger to work locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay
41d0978
to
2b7f06f
Compare
Description
a new container called test for the django svc container
Fixes #35
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
locally in the terminal