Skip to content

Commit

Permalink
chore: update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMaz committed Apr 8, 2022
1 parent 7f921fc commit a6e8190
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
version: '3.4'

volumes:
rockets:

services:
# Update this to the name of the service you want to work with in your docker-compose.yml file
rockets-react:
image: registry.gitlab.com/concepta/rockets/rockets/rockets-node:latest
image: maz37/rockets-node

# If you want add a non-root user to your Dockerfile, you can use the "remoteUser"
# property in devcontainer.json to cause VS Code its sub-processes (terminals, tasks,
Expand All @@ -24,7 +28,7 @@ services:

volumes:
# Update this to wherever you want VS Code to mount the folder of your project
- ../:/workspace:delegated
- rockets:/workspace

# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker-compose for details.
# - /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit a6e8190

Please sign in to comment.