Your development application runs locally on docker and its resources are defined in the workspace/dev_resources.py
file. This guide shows how to:
The WorkspaceSettings
object in the workspace/settings.py
file defines common settings used by your workspace apps and resources.
Your application uses the phidata
images by default. To use your own image:
workspace/settings.py
fileimage_repo
to your image repositorybuild_images=True
Build the development image using:
To force
rebuild images, use the --force
or -f
flag
Restart all docker containers using:
To recreate all dev resources, use the --force
flag: