| Marc Kupietz | 8a99d64 | 2024-12-05 09:37:19 +0100 | [diff] [blame] | 1 | services: |
| 2 | derekovecs-test: | ||||
| 3 | image: idscorpuslinguistics/derekovecs | ||||
| 4 | container_name: derekovecs-test | ||||
| 5 | ports: | ||||
| 6 | - "3000:3000" # change first port according to your needs | ||||
| 7 | volumes: | ||||
| 8 | - ./example-models:/example-models:z | ||||
| 9 | environment: | ||||
| 10 | - MOJO_CONFIG=/example-models/example-docker.conf | ||||
| 11 | restart: unless-stopped | ||||