Fix PostreSQL initialization for Gitpod
This commit is contained in:
		
							parent
							
								
									95bd9515b8
								
							
						
					
					
						commit
						ef62d58674
					
				
					 2 changed files with 8 additions and 8 deletions
				
			
		
							
								
								
									
										12
									
								
								.gitpod.yml
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								.gitpod.yml
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -10,7 +10,11 @@ ports:
 | 
			
		|||
- port: 9000
 | 
			
		||||
  onOpen: ignore
 | 
			
		||||
tasks:
 | 
			
		||||
- command: redis-server
 | 
			
		||||
- before: export NODE_CONFIG="{\"import\":{\"videos\":{\"torrent\":{\"enabled\":false}}},\"webserver\":{\"hostname\":\"$(gp url 3000 | cut -d/ -f3)\",\"port\":\"443\",\"https\":true}}"
 | 
			
		||||
  init: yarn install --pure-lockfile
 | 
			
		||||
  command: npm run dev
 | 
			
		||||
- name: Redis
 | 
			
		||||
  command: redis-server
 | 
			
		||||
- name: PeerTube
 | 
			
		||||
  before: export NODE_CONFIG="{\"import\":{\"videos\":{\"torrent\":{\"enabled\":false}}},\"webserver\":{\"hostname\":\"$(gp url 3000 | cut -d/ -f3)\",\"port\":\"443\",\"https\":true}}"
 | 
			
		||||
  init: >
 | 
			
		||||
    psql -h localhost -d postgres --file=support/docker/gitpod/setup_postgres.sql &&
 | 
			
		||||
    yarn install --pure-lockfile
 | 
			
		||||
  command: npm run dev
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,3 @@ RUN sudo apt-get update -q && sudo apt-get install -qy \
 | 
			
		|||
 ffmpeg \
 | 
			
		||||
 openssl \
 | 
			
		||||
 redis-server
 | 
			
		||||
 | 
			
		||||
# Set up PostgreSQL.
 | 
			
		||||
COPY --chown=gitpod:gitpod support/docker/gitpod/setup_postgres.sql /tmp/
 | 
			
		||||
RUN pg_start && psql -h localhost -d postgres --file=/tmp/setup_postgres.sql && pg_stop
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue