Commit ccf3df1e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Rename 'upstream' to 'backend'

parent 083c1997
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -7,17 +7,19 @@ services:
    ports:
    - "80:80"
    links:
    - upstream
    - backend
    volumes:
    - static:/app/static
    - media:/app/media
  upstream:
  backend:
    build:
      context: ..
      args:
        php_version: "7.4"
    links:
    - database
    networks:
      default:
        aliases:
        - upstream
    depends_on:
    - database
    expose: ["9000"]