Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 6, 2024
1 parent ae39c92 commit f110a7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ services:
- CONFIGURATOR_S3_USE_PATH_STYLE_ENDPOINT=${S3_USE_PATH_STYLE_ENDPOINT}
extra_hosts:
- keycloak.${PHRASEA_DOMAIN}:${PS_GATEWAY_IP}
- minio.${PHRASEA_DOMAIN}:${PS_GATEWAY_IP}
volumes:
- ./configs:/configs

Expand All @@ -162,8 +163,6 @@ services:
- S3_SECRET_KEY
- S3_REGION
- S3_USE_PATH_STYLE_ENDPOINT
extra_hosts:
- minio.${PHRASEA_DOMAIN}:${PS_GATEWAY_IP}

uploader-api-php:
extends:
Expand Down
2 changes: 0 additions & 2 deletions infra/docker/nginx-client-base/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
server {
root /srv/app/public;

server_tokens off;

add_header X-Robots-Tag "noindex";
Expand Down

0 comments on commit f110a7a

Please sign in to comment.