Skip to content

Commit

Permalink
Remove trailing whitespaces in docker compose files (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgdfool2 authored Mar 23, 2023
1 parent 1421e07 commit 2918f1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ networks:
goat:
driver: bridge

services:
services:
gitea:
image: cidersecurity/goat-gitea:latest
build:
Expand Down Expand Up @@ -79,8 +79,8 @@ services:
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://gitlab'
registry_external_url 'https://gitlab:5050'
letsencrypt['enable'] = false
registry_external_url 'https://gitlab:5050'
letsencrypt['enable'] = false
gitlab_rails['initial_shared_runners_registration_token'] = "GR1348hansd87fyzDiqyZeuHuxe"
gitlab_rails['smtp_enable'] = false
gitlab_kas['enable'] = false
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ services:
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://gitlab'
registry_external_url 'https://gitlab:5050'
letsencrypt['enable'] = false
registry_external_url 'https://gitlab:5050'
letsencrypt['enable'] = false
gitlab_rails['initial_shared_runners_registration_token'] = "GR1348hansd87fyzDiqyZeuHuxe"
gitlab_rails['smtp_enable'] = false
gitlab_kas['enable'] = false
Expand Down

0 comments on commit 2918f1e

Please sign in to comment.