Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit b95886d6 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

rename logging tag

parent 7e7e40a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@ services:
    logging: 
    logging: 
      driver: syslog
      driver: syslog
      options:
      options:
          tag: docker-${ENVIRONMENT_NAME}-spot
          tag: docker-${ENVIRONMENT_NAME}-spot-app
    restart: always
    restart: always
    networks:
    networks:
      - ${INTERNAL_NETWORK_NAME}
      - ${INTERNAL_NETWORK_NAME}
@@ -40,7 +40,7 @@ services:
    logging: 
    logging: 
      driver: syslog
      driver: syslog
      options:
      options:
          tag: docker-${ENVIRONMENT_NAME}-nginx
          tag: docker-${ENVIRONMENT_NAME}-spot-nginx
    networks:
    networks:
      - ${INTERNAL_NETWORK_NAME}
      - ${INTERNAL_NETWORK_NAME}
    volumes:
    volumes: