mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	created default parameters for docker versions in all
This commit is contained in:
		| @@ -26,7 +26,7 @@ services: | ||||
|     logging: | ||||
|       driver: journald | ||||
|   web: | ||||
|     image: tootsuite/mastodon:{{mastodon_version}} | ||||
|     image: tootsuite/mastodon:{{version_mastodon}} | ||||
|     restart: always | ||||
|     env_file: .env.production | ||||
|     command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" | ||||
| @@ -46,7 +46,7 @@ services: | ||||
|     logging: | ||||
|       driver: journald | ||||
|   streaming: | ||||
|     image: tootsuite/mastodon:{{mastodon_version}} | ||||
|     image: tootsuite/mastodon:{{version_mastodon}} | ||||
|     restart: always | ||||
|     env_file: .env.production | ||||
|     command: node ./streaming | ||||
| @@ -64,7 +64,7 @@ services: | ||||
|     logging: | ||||
|       driver: journald | ||||
|   sidekiq: | ||||
|     image: tootsuite/mastodon:{{mastodon_version}} | ||||
|     image: tootsuite/mastodon:{{version_mastodon}} | ||||
|     restart: always | ||||
|     env_file: .env.production | ||||
|     command: bundle exec sidekiq | ||||
|   | ||||
		Reference in New Issue
	
	Block a user