You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
photon: # should be equal to the name of the folder name this compose is in
build:
context: ./0.5.0
dockerfile: ./Dockerfile
restart: unless-stopped
volumes:
- ./data:/app/photon_data # the name of the folder on the host needs to have the name 'data' and it should contain the files you want to persist between docker container builds. This makes it easier to add (updated) data generated with https://github.com/trufi-association/trufi-server-resources