[add] compose
This commit is contained in:
		
							parent
							
								
									5281abdf80
								
							
						
					
					
						commit
						c8eba3c84f
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,13 +1,13 @@
 | 
			
		|||
version: '3'
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  tiddly:
 | 
			
		||||
    image: tiddlywiki:5.2.0
 | 
			
		||||
  fuseki:
 | 
			
		||||
    image: fuseki-server:4.2.0
 | 
			
		||||
    build: .
 | 
			
		||||
    container_name: tiddlywiki-docker
 | 
			
		||||
    container_name: fuseki-docker
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./data/quodatum:/app
 | 
			
		||||
      - ./data:/mnt/apache-fuseki
 | 
			
		||||
    ports:
 | 
			
		||||
      - 8088:8080
 | 
			
		||||
    env_file: ./.env
 | 
			
		||||
      - 3030:3030
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue