Skip to content

Darren/docker setup#6

Open
darrensh3n wants to merge 4 commits intodevfrom
darren/docker-setup
Open

Darren/docker setup#6
darrensh3n wants to merge 4 commits intodevfrom
darren/docker-setup

Conversation

@darrensh3n
Copy link
Collaborator

Set up docker-compose.yml and docker-compose.dev.yml with frontend, backend, and PostgreSQL services. Added a minimal frontend Dockerfile for compatibility with the compose setup.

Closes #1

@darrensh3n darrensh3n requested a review from adarshm11 March 21, 2026 23:10
Dockerfile Outdated
COPY . .

EXPOSE 6767

Copy link
Contributor

Choose a reason for hiding this comment

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

if we're gonna have a dev stage and a build/prod stage then the dev stage should live in a Dockerfile.dev file, not in this one. this Dockerfile should only be build stage and prod stage

Comment on lines +55 to +57
networks:
codesce-network:
driver: bridge
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
networks:
codesce-network:
driver: bridge
networks:
default:
external:
name: sce

Copy link
Contributor

@adarshm11 adarshm11 left a comment

Choose a reason for hiding this comment

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

lgtm, i will test this out before merging

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.

Set up Docker and PostgreSQL

3 participants