diff --git a/local.yaml b/local.yaml index 0b73eda..325280b 100644 --- a/local.yaml +++ b/local.yaml @@ -7,10 +7,10 @@ services: context: . dockerfile: Dockerfile target: development - image: observerly/birpc:development - container_name: observerly_birpc_development + image: observerly/nova:development + container_name: observerly_nova_development volumes: - - .:/observerly-birpc + - .:/observerly-nova depends_on: - db env_file: @@ -18,13 +18,13 @@ services: stdin_open: true # Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function. network_mode: service:db - # Use "forwardPorts" in **devcontainer.json** to forward an app port locally. + # Use "forwardPorts" in **devcontainer.json** to forward an app port locally. # (Adding the "ports" property to this file will not forward from a Codespace.) db: &db profiles: ["db"] image: mysql:8 - container_name: observerly_birpc_db + container_name: observerly_nova_db environment: MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD} MYSQL_DATABASE: ${MYSQL_DATABASE} @@ -35,4 +35,4 @@ services: restart: unless-stopped volumes: - db_data: \ No newline at end of file + db_data: