Skip to content

Comments

feat(core): new test container#80

Open
Roberamelaek wants to merge 1 commit intoSwarmies:developfrom
Roberamelaek:develop
Open

feat(core): new test container#80
Roberamelaek wants to merge 1 commit intoSwarmies:developfrom
Roberamelaek:develop

Conversation

@Roberamelaek
Copy link
Collaborator

Description

a new container called test for the django svc container

Fixes #35

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)
  • This change requires a documentation update

How Has This Been Tested?

locally in the terminal

@kirubeltadesse kirubeltadesse marked this pull request as ready for review September 1, 2023 03:37
Copy link
Collaborator

@kirubeltadesse kirubeltadesse left a 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.

- .:/workspace
ports:
- "8000:8000"
- "5678:5678"
Copy link
Collaborator

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.

- POSTGRES_PASSWORD=rootPassword
depends_on:
- db
command: ["bash", "-c",
Copy link
Collaborator

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Creating the Test container

2 participants