Skip to content

Commit

Permalink
Were gonna roll with the default config
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Dec 21, 2024
1 parent 87d5b54 commit 6bbf40a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,13 @@ services:
dockerfile: Dockerfile
container_name: incognito
restart: unless-stopped
ports:
- '8081:8000'
volumes:
- ./config.toml:/app/config.toml
incognito-versioned:
image: motortruck1221/incognito:1.1.3
build:
context: .
dockerfile: Dockerfile
container_name: incognito
restart: unless-stopped
ports:
- '8081:8000'
volumes:
- ./config.toml:/app/config.toml
incognito-seo:
image: motortruck1221/incognito:latest-seo
build:
Expand All @@ -34,13 +26,9 @@ services:
- SEO=true
container_name: incognito
restart: unless-stopped
ports:
- '8081:8000'
environment:
- SEO=true
- BOTH=true
volumes:
- ./config.toml:/app/config.toml
incognito-seo-versioned:
image: motortruck1221/incognito:1.1.3-seo
build:
Expand All @@ -50,10 +38,6 @@ services:
- SEO=true
container_name: incognito
restart: unless-stopped
ports:
- '8081:8000'
environment:
- SEO=true
- BOTH=true
volumes:
- ./config.toml:/app/config.toml

0 comments on commit 6bbf40a

Please sign in to comment.