Update docker config
This commit is contained in:
parent
dfd6e3de6d
commit
a78be87a69
2 changed files with 16 additions and 8 deletions
|
|
@ -26,3 +26,8 @@ chart
|
|||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
6gbswapfile
|
||||
phanpy*
|
||||
clutter
|
||||
lost+found
|
||||
log
|
||||
|
|
|
|||
|
|
@ -63,8 +63,9 @@ services:
|
|||
mastodon_web:
|
||||
container_name: mastodon_web
|
||||
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
|
||||
# build: .
|
||||
image: ghcr.io/mastodon/mastodon:v4.4.5
|
||||
build: .
|
||||
#image: ghcr.io/mastodon/mastodon:v4.4.5
|
||||
image: teh_mastodon
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
command: bundle exec puma -C config/puma.rb
|
||||
|
|
@ -86,10 +87,11 @@ services:
|
|||
mastodon_streaming:
|
||||
container_name: mastodon_streaming
|
||||
# You can uncomment the following lines if you want to not use the prebuilt image, for example if you have local code changes
|
||||
# build:
|
||||
# dockerfile: ./streaming/Dockerfile
|
||||
# context: .
|
||||
image: ghcr.io/mastodon/mastodon-streaming:v4.4.5
|
||||
build:
|
||||
dockerfile: ./streaming/Dockerfile
|
||||
context: .
|
||||
#image: ghcr.io/mastodon/mastodon-streaming:v4.4.5
|
||||
image: teh_mastodon-streaming
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
command: node ./streaming/index.js
|
||||
|
|
@ -107,8 +109,9 @@ services:
|
|||
|
||||
sidekiq:
|
||||
# You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
|
||||
# build: .
|
||||
image: ghcr.io/mastodon/mastodon:v4.4.5
|
||||
build: .
|
||||
#image: ghcr.io/mastodon/mastodon:v4.4.5
|
||||
image: teh_mastodon
|
||||
restart: always
|
||||
env_file: .env.production
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue